From 8bc8595b396f80f3c4b85b269ae8a72eae14e2ce Mon Sep 17 00:00:00 2001 From: adlee-was-taken Date: Tue, 24 Feb 2026 01:54:08 -0500 Subject: [PATCH] Adjust logo-golfer spacing: tighter landscape, more room on mobile Co-Authored-By: Claude Opus 4.6 --- client/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/style.css b/client/style.css index 778136e..caf0395 100644 --- a/client/style.css +++ b/client/style.css @@ -142,7 +142,7 @@ body { margin-right: 10px; } .golfer-container { - margin-left: 10px; + margin-left: 15px; } } @@ -150,7 +150,7 @@ body { .golfer-container { position: relative; display: inline-block; - margin-left: 4px; + margin-left: 0; } /* Golfer swing animation */