diff --git a/styles/thoughts.css b/styles/thoughts.css index 5ef29cc..6286174 100644 --- a/styles/thoughts.css +++ b/styles/thoughts.css @@ -38,12 +38,14 @@ body { } .article img { + max-height: 400px; max-width: 700px; } @media (max-width: 700px) { .article img { - max-width: 100vw; /* For screens less than 700px wide */ + max-height: none; + max-width: calc(100vw - 4em); } }