From e7c015a5d4d5581c041d6330d918db00a9801ba3 Mon Sep 17 00:00:00 2001 From: dabikers' admin Date: Tue, 30 Jan 2024 23:45:49 -0600 Subject: Make top and bottom bars nicer --- css/base.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'css') diff --git a/css/base.css b/css/base.css index f65307a..d79c66f 100644 --- a/css/base.css +++ b/css/base.css @@ -19,7 +19,8 @@ /* */ :root { - --bheight: 3vw; /* min-content This feels hackey but it works & stops overflow */ + --theight: fit-content; + --bheight: fit-content; /* min-content This feels hackey but it works & stops overflow */ --cblack: #000000; --cwhite: #ffffff; @@ -85,7 +86,7 @@ a { align-items: center; align-content: center; - height: 5vw; + height: var(--theight); background-color: var(--cblack); color: var(--cwhite); -- cgit v1.2.3