From e6a7c5e6abd76c28fc2c0e7760b053bfa8ab52b2 Mon Sep 17 00:00:00 2001 From: Mario Bielert Date: Thu, 24 Oct 2024 15:48:35 +0200 Subject: [PATCH] Fix wiggle on peak --- public/css/style.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/public/css/style.css b/public/css/style.css index 332750c..5ef585e 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -97,8 +97,16 @@ body { height: min-content; } +@media (max-width: 767px) { + .legend_item_bottom { + width: 100%; + margin: 5px 0; + background-color: red; + } +} + .legend_item_right { - max-width: 30vw; + width: 30vw; margin-bottom: 8px; }