From 7a2624e26b3cbd0106bbabb04ddf68d6785b4e1d Mon Sep 17 00:00:00 2001 From: Peter Ludikovsky Date: Tue, 7 Sep 2021 11:38:49 +0200 Subject: [PATCH] =?UTF-8?q?Manuelle=20=C3=84nderungen=20nachgezogen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/main.css | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/assets/css/main.css b/assets/css/main.css index f8a96c2..cecd388 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -2642,6 +2642,12 @@ width: 100%; } + .image.logo {$ + display: block;$ + margin: 0 0 2em 0;$ + width: 100%;$ + }$ + .image.fit img { width: 100%; } @@ -4130,13 +4136,13 @@ #stammMap { height: 600px; } - + @media screen and (max-width: 980px) { #stammMap { height: 300px; } } - + /* Calendar */ .cal_event > a { @@ -4169,4 +4175,4 @@ text-align: center; vertical-align: middle; font-size: 1.1em; -} \ No newline at end of file +}