From eb072dbfb42359de0b9acd9c86927ddbd3b6955e Mon Sep 17 00:00:00 2001 From: adlee-was-taken Date: Mon, 23 Feb 2026 22:54:10 -0500 Subject: [PATCH] Set logo-row shift to 750px breakpoint (mobile ends ~750px) 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 f0529a6..c663c0a 100644 --- a/client/style.css +++ b/client/style.css @@ -106,7 +106,7 @@ body { margin-bottom: -0.3em; } -@media (min-width: 900px) { +@media (min-width: 750px) { .logo-row { transform: translateX(-5.5rem); }