From 25f835464e2a3299e7889afe612e925e40d858ff Mon Sep 17 00:00:00 2001 From: muli Date: Fri, 19 May 2023 17:55:56 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20Spaltenanzahl=20verringert=20(Schriftgr?= =?UTF-8?q?=C3=B6=C3=9Fe=20wurde=20vorher=20auch=20erh=C3=B6ht.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 58ddce26..04063147 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -35,7 +35,7 @@ --dark-red: #dc0000; --dark-green: #007000; - --column-count: 3; + --column-count: 2; } body { @@ -1530,7 +1530,7 @@ footer { @media screen and (max-width: 850px) and (min-width: 790px) { :root { - --column-count: 2 + --column-count: 1 } .header__bg_box { @@ -1581,7 +1581,7 @@ footer { @media screen and (max-width: 789px) and (min-width: 596px) { :root { - --column-count: 2 + --column-count: 1 } header {