From 84b86e456b43ffb1cb761b7cb0b6d37a58051398 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Mart=C3=ADnez=20Portela?= Date: Thu, 5 Jan 2023 20:52:26 +0100 Subject: [PATCH] Limit img size to `max-width: 100%`. --- static/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/style.css b/static/style.css index ac60d78..e9dd5c0 100644 --- a/static/style.css +++ b/static/style.css @@ -125,6 +125,10 @@ a.img { display: block; } +img { + max-width: 100%; +} + @font-face { font-family: "Atkinson Hyperlegible"; src: url('./fonts/atkinson-hyperlegible/eot/Atkinson-Hyperlegible-Regular-102.eot');