From 512d28121a8c495139e0a409ce6193e200180a31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Gon=C3=A7alves?= Date: Sat, 2 Oct 2021 16:35:47 +0200 Subject: style: Force img to fit in rendered page --- src/style/style.css | 4 ++++ 1 file changed, 4 insertions(+) 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; -- cgit v1.2.3