From cac1e26bac3491d7b4e11cf24c94758d11a49ef6 Mon Sep 17 00:00:00 2001 From: adlee-was-taken Date: Mon, 23 Feb 2026 22:49:21 -0500 Subject: [PATCH] Split the difference: logo-row shift at 600px breakpoint 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 d428175..d833e92 100644 --- a/client/style.css +++ b/client/style.css @@ -106,7 +106,7 @@ body { margin-bottom: -0.3em; } -@media (min-width: 768px) { +@media (min-width: 600px) { .logo-row { transform: translateX(-5.5rem); }