feat: Spaltenanzahl verringert (Schriftgröße wurde vorher auch erhöht.

This commit is contained in:
muli 2023-05-19 17:55:56 +02:00
parent b5f16e5c20
commit 25f835464e

View File

@ -35,7 +35,7 @@
--dark-red: #dc0000; --dark-red: #dc0000;
--dark-green: #007000; --dark-green: #007000;
--column-count: 3; --column-count: 2;
} }
body { body {
@ -1530,7 +1530,7 @@ footer {
@media screen and (max-width: 850px) and (min-width: 790px) { @media screen and (max-width: 850px) and (min-width: 790px) {
:root { :root {
--column-count: 2 --column-count: 1
} }
.header__bg_box { .header__bg_box {
@ -1581,7 +1581,7 @@ footer {
@media screen and (max-width: 789px) and (min-width: 596px) { @media screen and (max-width: 789px) and (min-width: 596px) {
:root { :root {
--column-count: 2 --column-count: 1
} }
header { header {