From 31dcb70fc8dc138377fac1d8799a9764a288163a Mon Sep 17 00:00:00 2001 From: adlee-was-taken Date: Mon, 23 Feb 2026 22:47:31 -0500 Subject: [PATCH] Bump logo-row shift breakpoint to 768px so mobile stays centered 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 3e03942..d428175 100644 --- a/client/style.css +++ b/client/style.css @@ -106,7 +106,7 @@ body { margin-bottom: -0.3em; } -@media (min-width: 500px) { +@media (min-width: 768px) { .logo-row { transform: translateX(-5.5rem); }