Add HPR splatter logo to main header

This commit is contained in:
2025-07-19 23:03:09 -04:00
parent c68a7f12a2
commit 7f1420a76e
2 changed files with 96 additions and 2 deletions

View File

@@ -103,8 +103,10 @@ body > header {
flex-flow: wrap; flex-flow: wrap;
justify-content: space-between; justify-content: space-between;
padding: 0.25rem; padding: 0.25rem;
background-image: url("/images/main-header-background.png"); background-image: url("/images/hpr-splatter-logo.svg"), url("/images/main-header-background.png");
background-size: cover; background-size: 59%, cover;
background-repeat: no-repeat, no-repeat;
background-position: right -15px top -20px, left top;
color: var(--banner-text-primary); color: var(--banner-text-primary);
align-items: center; align-items: center;
} }
@@ -295,6 +297,10 @@ a.lane-button img {
text-transform: none; text-transform: none;
} }
@media (min-width: 900px) { @media (min-width: 900px) {
body > header {
background-size: 200pt, cover;
background-position: left 128pt top -12pt, left top;
}
#tag_line { #tag_line {
text-align: center; text-align: center;
} }

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 96 KiB