additional navbar responsiveness

This commit is contained in:
2024-07-10 12:11:09 +02:00
committed by Flo Greistorfer
parent 54374a600f
commit 4befab0f3e

View File

@@ -147,7 +147,7 @@ figure {
opacity: 1; opacity: 1;
} }
/* Create four equal columns that sits next to each other */ /* Create eight equal columns that sits next to each other */
.column { .column {
-ms-flex: 12.5%; -ms-flex: 12.5%;
flex: 12.5%; flex: 12.5%;
@@ -206,6 +206,14 @@ figure {
.navbar { .navbar {
font-size: small; font-size: small;
} }
.navbar li a {
padding: 10px 8px;
}
.navbar li .header {
padding: 10px 8px;
}
} }
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */ /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@@ -226,6 +234,14 @@ figure {
} }
.navbar { .navbar {
font-size: smaller; font-size: xx-small;
}
.navbar li a {
padding: 8px 7px;
}
.navbar li .header {
padding: 8px 7px;
} }
} }