From 4c16147ace8aabf5fbd0266815b40cf8eb13865c Mon Sep 17 00:00:00 2001 From: adlee-was-taken Date: Mon, 23 Feb 2026 22:51:40 -0500 Subject: [PATCH] Set logo-row shift breakpoint to 900px to match actual layout break 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 d833e92..f0529a6 100644 --- a/client/style.css +++ b/client/style.css @@ -106,7 +106,7 @@ body { margin-bottom: -0.3em; } -@media (min-width: 600px) { +@media (min-width: 900px) { .logo-row { transform: translateX(-5.5rem); }