From 15339d390fbf6078913c34b89bf925ad55bd1157 Mon Sep 17 00:00:00 2001 From: adlee-was-taken Date: Mon, 23 Feb 2026 22:45:38 -0500 Subject: [PATCH] Use min-width breakpoint for logo shift, tighten logo-title gap Co-Authored-By: Claude Opus 4.6 --- client/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/style.css b/client/style.css index 84acb1a..3e03942 100644 --- a/client/style.css +++ b/client/style.css @@ -103,9 +103,10 @@ body { .logo-row { display: inline-block; + margin-bottom: -0.3em; } -@media (orientation: landscape) { +@media (min-width: 500px) { .logo-row { transform: translateX(-5.5rem); }