From 0ae999aca6201758cd7cface2c28a1001d1a9ecf Mon Sep 17 00:00:00 2001 From: adlee-was-taken Date: Mon, 23 Feb 2026 22:57:49 -0500 Subject: [PATCH] Revert flex approach, use default translateX with max-width reset for mobile Co-Authored-By: Claude Opus 4.6 --- client/style.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/client/style.css b/client/style.css index 0faaaeb..6b6eb00 100644 --- a/client/style.css +++ b/client/style.css @@ -104,12 +104,13 @@ body { .logo-row { display: inline-block; margin-bottom: -0.3em; + transform: translateX(-5.5rem); } -#lobby-screen h1 { - display: inline-flex; - flex-direction: column; - align-items: flex-start; +@media (max-width: 749px) { + .logo-row { + transform: none; + } } /* Golfer swing animation */