From 5d526c46dc720e4d0e3687b69afdff51d9c7e080 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20L=C3=B6wenstein?= Date: Thu, 11 Sep 2025 12:28:37 +0200 Subject: [PATCH] fix fundraiser responsive --- layouts/templates/base.shtml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/layouts/templates/base.shtml b/layouts/templates/base.shtml index 2c6f20980..034771a40 100644 --- a/layouts/templates/base.shtml +++ b/layouts/templates/base.shtml @@ -109,6 +109,13 @@ color: #352891; } } + + @media only screen and (max-width: 490px) { + .mascot { + flex-wrap: wrap; + margin-bottom: 1rem; + } + }