diff --git a/content/posts/website-best-practices.md b/content/posts/website-best-practices.md index 8a62d28..928987a 100644 --- a/content/posts/website-best-practices.md +++ b/content/posts/website-best-practices.md @@ -172,7 +172,7 @@ an example: -This page with a grey background, a header with unreadable black/grey text, and unreadable white-on-white code snippets +This page with a grey background, a header with unreadable black/grey text, and unreadable white-on-white code snippets If you do explicitly set colors, please also include a dark theme using a media diff --git a/themes/etch-custom/assets/css/main.css b/themes/etch-custom/assets/css/main.css index 03e0c63..0d94335 100644 --- a/themes/etch-custom/assets/css/main.css +++ b/themes/etch-custom/assets/css/main.css @@ -59,6 +59,7 @@ h3 { } img { + height: auto; margin: 0 auto; max-width: 100%; }