From 631589a01bb97312106635ef500dc4381962fbe2 Mon Sep 17 00:00:00 2001 From: Christian Wolf Date: Mon, 5 Feb 2024 15:23:29 +0100 Subject: [PATCH] Fix styling of announcements --- themes/tsc_vfl/assets/css/main.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/themes/tsc_vfl/assets/css/main.scss b/themes/tsc_vfl/assets/css/main.scss index c37a4c6..c44c2ee 100644 --- a/themes/tsc_vfl/assets/css/main.scss +++ b/themes/tsc_vfl/assets/css/main.scss @@ -5,6 +5,7 @@ $color-background-mobile-menu: #f5f5f5; $color-background-mobile-menu-header: #e0e0e0; $color-hor-line: #a5a5a5; $gap-columns-persons: 25px; +$left-menu-width: 180px; $color-vh-vorne: #ddcb55; $color-vh-mitte: #c98879; @@ -75,6 +76,8 @@ h1 { flex-direction: column; margin-right: 40px; display: none; + width: $left-menu-width; + @include media-large { display: flex; @@ -108,7 +111,6 @@ h1 { } .left-menu { - width: 180px; display: flex; flex-direction: column;