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;
|
||||
}
|
||||
|
||||
@media (min-width: 750px) {
|
||||
.logo-row {
|
||||
transform: translateX(-5.5rem);
|
||||
}
|
||||
#lobby-screen h1 {
|
||||
display: inline-flex;
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
/* Golfer swing animation */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user