From e542cadedf86f9a95a75e680ac138e2613f9db42 Mon Sep 17 00:00:00 2001 From: adlee-was-taken Date: Mon, 23 Feb 2026 23:06:39 -0500 Subject: [PATCH] Bump mobile single-line breakpoint to 749px to cover all phones 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 fc28c53..9450738 100644 --- a/client/style.css +++ b/client/style.css @@ -111,7 +111,7 @@ body { margin-bottom: -0.3em; } -@media (max-width: 479px) { +@media (max-width: 749px) { #lobby-screen h1, #lobby-screen .logo-row { text-align: center;