From ce6b276c11b7ae3f42756da2518c9797f1a24a80 Mon Sep 17 00:00:00 2001 From: adlee-was-taken Date: Mon, 23 Feb 2026 22:33:16 -0500 Subject: [PATCH] Increase logo left shift to -3.5rem to align with GolfCards text Co-Authored-By: Claude Opus 4.6 --- client/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/style.css b/client/style.css index 8ea9826..cbb06d2 100644 --- a/client/style.css +++ b/client/style.css @@ -103,7 +103,7 @@ body { @media (orientation: landscape) { .golfball-logo { - margin-left: -1.5em; + margin-left: -3.5rem; } }