From 197595fc4df904d2b3caf3ef092df41bc2d300ad Mon Sep 17 00:00:00 2001 From: adlee-was-taken Date: Sun, 22 Feb 2026 17:44:35 -0500 Subject: [PATCH] Fix mobile-portrait override resetting container margin-top to 0 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 09fa2b1..4dc4b5f 100644 --- a/client/style.css +++ b/client/style.css @@ -5018,7 +5018,7 @@ body.mobile-portrait .game-header #leave-game-btn { body.mobile-portrait .rules-container, body.mobile-portrait .leaderboard-container { - margin-top: 0; + margin-top: 50px; } body.mobile-portrait .status-message {