From 46aa612ed510b75f58f7a836d3171ddde9c5e60b Mon Sep 17 00:00:00 2001 From: Christian Wolf Date: Sun, 7 Jan 2024 14:17:52 +0100 Subject: [PATCH] MAke officials mobile aware --- themes/tsc_vfl/assets/css/main.scss | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/themes/tsc_vfl/assets/css/main.scss b/themes/tsc_vfl/assets/css/main.scss index 64da93d..e17c224 100644 --- a/themes/tsc_vfl/assets/css/main.scss +++ b/themes/tsc_vfl/assets/css/main.scss @@ -395,7 +395,10 @@ h1 { } .person { - width: calc(50% - #{$gap_columns_persons} / 2); + width: 100%; + @include media-large() { + width: calc(50% - #{$gap_columns_persons} / 2); + } height: 80px; // margin: 10px 25px 10px 0; display: flex; @@ -656,7 +659,7 @@ h1 { @include mouse-available() { margin: 0; } - + .date { font-weight: bold; // height: 100%;