From 4b00094140d7ea172c1ebd672af4e0a43ce4cf35 Mon Sep 17 00:00:00 2001 From: adlee-was-taken Date: Tue, 24 Feb 2026 01:48:44 -0500 Subject: [PATCH] Add spacing between logo ball and golfer container Co-Authored-By: Claude Opus 4.6 --- client/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/client/style.css b/client/style.css index 79c01d5..8614a3e 100644 --- a/client/style.css +++ b/client/style.css @@ -147,6 +147,7 @@ body { .golfer-container { position: relative; display: inline-block; + margin-left: 10px; } /* Golfer swing animation */