From d9c71cb931d467d5fa86b7ba6200174f66f59ef5 Mon Sep 17 00:00:00 2001 From: dabikers' admin Date: Fri, 31 May 2024 22:49:29 -0500 Subject: Make the top navbar look nicer --- css/base.css | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) (limited to 'css/base.css') diff --git a/css/base.css b/css/base.css index df8506e..0cafdaf 100644 --- a/css/base.css +++ b/css/base.css @@ -78,6 +78,11 @@ a { width: 100%; } +.forceblock { + display: inline-block; + width: fit-content; +} + .indented { text-indent: 4ch each-line; } @@ -117,7 +122,7 @@ a.nocolor { #top-bar h1 { font-family: inherit; - font-size: max(5vw, 5ch); + font-size: max(3vw, 3ch); } #top-bar a { @@ -133,7 +138,7 @@ label { cursor: pointer; font-weight: bold; font-family: 'zai_courier_polski_1941Rg'; - font-size: max(2.5vw, 3ch); + font-size: 2vw; } .dropdown { @@ -145,7 +150,6 @@ label { .drophold { background-color: inherit; color: inherit; - border: none; } @@ -181,15 +185,9 @@ label { text-align: center; } -.spacer { - width: 50%; - height: 50%; -} - #ddnav { - width: 35%; + width: fit-content; text-align: center; - font-family: inherit; } -- cgit v1.2.3