From 63da008d4173ec60ef6e314d59aedab7acba0957 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Mon, 13 Oct 2025 15:07:30 -0700 Subject: [PATCH] Remove the hardcoded height of the banner. --- pages/helpers/banner.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/helpers/banner.css b/pages/helpers/banner.css index fac7577..85fd73f 100644 --- a/pages/helpers/banner.css +++ b/pages/helpers/banner.css @@ -4,7 +4,7 @@ .banner-top, .banner-middle, .banner-bottom { color: white; width: 100%; - height: 69px; + /* height: 69px; TBD/TODO: Still testing this removal. */ font-size: 50px; text-align: center; }