From a87cd7f4b05409f34fd00ad28af0561e3c0d5d27 Mon Sep 17 00:00:00 2001 From: adlee-was-taken Date: Mon, 23 Feb 2026 22:56:38 -0500 Subject: [PATCH] Use inline-flex column on h1 to left-align logo row with title Co-Authored-By: Claude Opus 4.6 --- client/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client/style.css b/client/style.css index c663c0a..0faaaeb 100644 --- a/client/style.css +++ b/client/style.css @@ -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 */