1
0
forked from HPR/hpr_generator

Remove overlaying backgrounds in the main header

This commit is contained in:
2025-07-19 00:17:49 -04:00
parent 0b977264dc
commit c68a7f12a2

View File

@@ -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;