From 71ec1f2aa0661be46104883e55a74441cbf02511 Mon Sep 17 00:00:00 2001 From: Vivien Kraus Date: Wed, 8 Feb 2023 14:34:33 +0100 Subject: Shrink the images if the window is too narrow --- index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/index.css b/index.css index f09952b..c520d4b 100644 --- a/index.css +++ b/index.css @@ -24,6 +24,7 @@ figure img { margin-left: auto; margin-right: auto; display: block; + max-width: 100%; } figure figcaption { -- cgit v1.2.3