From c523b144f56eb7b3b9000fc422a2b97d49866201 Mon Sep 17 00:00:00 2001 From: adlee-was-taken Date: Mon, 23 Feb 2026 22:40:52 -0500 Subject: [PATCH] Tighten logo-golfer gap and shift row further left on landscape 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 48f4b99..84acb1a 100644 --- a/client/style.css +++ b/client/style.css @@ -97,7 +97,7 @@ body { width: 1.1em; height: 1.1em; vertical-align: middle; - margin-right: 18px; + margin-right: 8px; filter: drop-shadow(1px 2px 2px rgba(0,0,0,0.25)); } @@ -107,7 +107,7 @@ body { @media (orientation: landscape) { .logo-row { - transform: translateX(-4.5rem); + transform: translateX(-5.5rem); } }