From 4befab0f3e1e4128c0ce4e080986c06c0ad00841 Mon Sep 17 00:00:00 2001 From: Flo Greistorfer Date: Wed, 10 Jul 2024 12:11:09 +0200 Subject: [PATCH] additional navbar responsiveness --- files/global.css | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/files/global.css b/files/global.css index d7b68f7..77d9c58 100644 --- a/files/global.css +++ b/files/global.css @@ -147,7 +147,7 @@ figure { opacity: 1; } -/* Create four equal columns that sits next to each other */ +/* Create eight equal columns that sits next to each other */ .column { -ms-flex: 12.5%; flex: 12.5%; @@ -206,6 +206,14 @@ figure { .navbar { 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 */ @@ -226,6 +234,14 @@ figure { } .navbar { - font-size: smaller; + font-size: xx-small; + } + + .navbar li a { + padding: 8px 7px; + } + + .navbar li .header { + padding: 8px 7px; } } \ No newline at end of file