diff --git a/public_html/css/hpr.css b/public_html/css/hpr.css index e5e15d1..d1b8ef6 100644 --- a/public_html/css/hpr.css +++ b/public_html/css/hpr.css @@ -104,6 +104,7 @@ body > header { justify-content: space-between; padding: 0.25rem; background-image: url("/images/main-header-background.png"); + background-size: cover; color: var(--banner-text-primary); align-items: center; } @@ -112,6 +113,7 @@ body > header > * { padding: 0; flex: 1 1 auto; padding: 0.5rem; + background-image: none; } body > main { flex: 1 0 auto;