Attempt to fix scaling issues on Stages page

This commit is contained in:
kittentm 2026-02-24 08:25:50 +01:00
commit eb40b5cfe3
2 changed files with 16 additions and 18 deletions

View file

@ -49,13 +49,13 @@ body {
.logo-left-align {
display: flex;
flex-direction: row;
align-items: center;
flex-direction: column;
align-items: flex-start;
justify-content: flex-start;
width: 100%;
margin-top: 20px;
margin-bottom: 20px;
margin-left: 40px;
gap: 20px;
}
#stage-header-logo {
@ -95,14 +95,14 @@ body {
.stage-info-text {
margin: 0;
padding-top: 0px;
padding-top: 20px;
padding-right: 100px;
max-width: 1200px;
text-align: left;
color: white;
font-family: "Regular", sans-serif;
font-size: 24px;
line-height: 1.3;
margin-right: 270px;
}
.stages-container {