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
1 changed files with 3 additions and 3 deletions

View File

@ -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 {