diff --git a/style.css b/style.css index f2f133a..afffe0a 100644 --- a/style.css +++ b/style.css @@ -226,6 +226,10 @@ dt { dd { margin: 0 1.5em 1.5em; } +img { + height: auto; /* Make sure images are scaled correctly. */ + max-width: 100%; /* Adhere to container width. */ +} figure { margin: 0; }