diff options
-rw-r--r-- | src/style/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/style/style.css b/src/style/style.css index 8c17ae3..2635721 100644 --- a/src/style/style.css +++ b/src/style/style.css @@ -113,6 +113,10 @@ footer blockquote { margin-inline-start: 0; } +img { + max-width: 100%; +} + @media only screen and (max-width: 72ch) { * { text-align: left; |