Remove the hardcoded height of the banner.

This commit is contained in:
2025-10-13 15:07:30 -07:00
parent 41dd1719ac
commit 63da008d41

View File

@@ -4,7 +4,7 @@
.banner-top, .banner-middle, .banner-bottom { .banner-top, .banner-middle, .banner-bottom {
color: white; color: white;
width: 100%; width: 100%;
height: 69px; /* height: 69px; TBD/TODO: Still testing this removal. */
font-size: 50px; font-size: 50px;
text-align: center; text-align: center;
} }