From baa471307e4f86d1f0fa864a76f7b4d0019471bc Mon Sep 17 00:00:00 2001 From: adlee-was-taken Date: Tue, 24 Feb 2026 00:35:25 -0500 Subject: [PATCH] Tune lobby header: 2x2 suit grid, mobile spacing, tighter row gap - Rearrange golf ball SVG suits from single row to 2x2 grid - Add even spacing between logo, golfer, and title in mobile view - Remove row-gap between logo row and title row in landscape view Co-Authored-By: Claude Opus 4.6 --- client/golfball-logo.svg | 10 +++++----- client/style.css | 9 ++++++++- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/client/golfball-logo.svg b/client/golfball-logo.svg index 8800144..2186daf 100644 --- a/client/golfball-logo.svg +++ b/client/golfball-logo.svg @@ -59,9 +59,9 @@ - - - - - + + + + + diff --git a/client/style.css b/client/style.css index 5df65a6..4a3c9bb 100644 --- a/client/style.css +++ b/client/style.css @@ -107,7 +107,7 @@ body { grid-template-columns: auto; justify-items: start; text-align: left; - row-gap: 2px; + row-gap: 0; } .logo-row { @@ -134,6 +134,13 @@ body { .golf-title { display: inline; } + .golfball-logo { + margin-right: 6px; + } + .golfer-swing { + margin-left: 0; + margin-right: 10px; + } } /* Golfer swing animation */