Use inline-flex column on h1 to left-align logo row with title
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
eb072dbfb4
commit
a87cd7f4b0
@ -106,10 +106,10 @@ body {
|
|||||||
margin-bottom: -0.3em;
|
margin-bottom: -0.3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 750px) {
|
#lobby-screen h1 {
|
||||||
.logo-row {
|
display: inline-flex;
|
||||||
transform: translateX(-5.5rem);
|
flex-direction: column;
|
||||||
}
|
align-items: flex-start;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Golfer swing animation */
|
/* Golfer swing animation */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user