fix up banner at top of pages

This commit is contained in:
kittentm 2026-02-04 04:53:58 +01:00
commit 6a49af4b77
3 changed files with 65 additions and 50 deletions

View file

@ -113,6 +113,8 @@ body {
.logo-left-align {
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: flex-start;
width: 100%;
margin-top: 20px;
@ -126,6 +128,7 @@ body {
height: 80px;
cursor: default;
pointer-events: none;
margin-bottom: 10px;
}
#stage-header-logo .bg-layer {
@ -152,4 +155,15 @@ body {
top: 45%;
transform: translateY(-50%);
z-index: 2;
}
.friendsubtitle-text {
margin: 0;
padding-top: 20px;
max-width: 1200px;
text-align: left;
color: white;
font-family: "Regular", sans-serif;
font-size: 24px;
line-height: 1.3;
}