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:
adlee-was-taken 2026-02-23 22:56:38 -05:00
parent eb072dbfb4
commit a87cd7f4b0

View File

@ -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 */