Revert flex approach, use default translateX with max-width reset for mobile

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
adlee-was-taken 2026-02-23 22:57:49 -05:00
parent a87cd7f4b0
commit 0ae999aca6

View File

@ -104,12 +104,13 @@ body {
.logo-row { .logo-row {
display: inline-block; display: inline-block;
margin-bottom: -0.3em; margin-bottom: -0.3em;
transform: translateX(-5.5rem);
} }
#lobby-screen h1 { @media (max-width: 749px) {
display: inline-flex; .logo-row {
flex-direction: column; transform: none;
align-items: flex-start; }
} }
/* Golfer swing animation */ /* Golfer swing animation */