From 567dc7dceb5951e08b3827e774637cabeb056ed3 Mon Sep 17 00:00:00 2001 From: Deborah Jean Date: Mon, 29 Sep 2025 09:30:12 +0200 Subject: [PATCH] Fix map image being too big on mobile --- src/scss/global.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/scss/global.scss b/src/scss/global.scss index 3ca8025..9e5e734 100644 --- a/src/scss/global.scss +++ b/src/scss/global.scss @@ -68,6 +68,7 @@ hr { // For when metric attributes are added to img elements img { height: auto; + max-width: 100%; } :focus {