diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2021-10-02 16:35:47 +0200 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2021-10-02 16:35:47 +0200 |
commit | 512d28121a8c495139e0a409ce6193e200180a31 (patch) | |
tree | 6d4df7349815289d335a7c96e13a811eb9edff55 | |
parent | e83280879b56f8b35f4046f03f72ec3203aad94b (diff) | |
download | rgoncalves.se-512d28121a8c495139e0a409ce6193e200180a31.tar.gz |
style: Force img to fit in rendered page
-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; |