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 +++-- index.html | 2 +- nopiracy.html | 4 ++-- services.html | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) 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); diff --git a/index.html b/index.html index 5e770d0..102c000 100644 --- a/index.html +++ b/index.html @@ -16,7 +16,7 @@
-

Da Bikers

+

Da Bikers

diff --git a/services.html b/services.html index 0cc234f..ae6b1ba 100644 --- a/services.html +++ b/services.html @@ -19,7 +19,7 @@
-- cgit v1.2.3