diff --git a/posts/style_a_blog.md b/posts/style_a_blog.md index b2bc44e..3263d3c 100644 --- a/posts/style_a_blog.md +++ b/posts/style_a_blog.md @@ -73,7 +73,7 @@ Now to pick some colors starting with dark mode as it's my system preference. This alone actually will make the background dark based on your browser's defaults which is perfect. - +![base styles test](/img/style_a_blog_1.png) At this point I might consider just leaving the colors up to the browser! Why not, the main goal here is just readability. diff --git a/public/style.css b/public/style.css index 4a10429..d07a138 100644 --- a/public/style.css +++ b/public/style.css @@ -52,6 +52,12 @@ hr { overflow-y: scroll; } +section.content { + p img { + width: 100%; + } +} + @media (width < 600px) { main { width: 100%;