From e38d8c15614f39f5adbc143fdb78757df0f9e57a Mon Sep 17 00:00:00 2001 From: adlee-was-taken Date: Sun, 22 Feb 2026 17:42:39 -0500 Subject: [PATCH] Add margin-top to matchmaking screen to clear auth bar Co-Authored-By: Claude Opus 4.6 --- client/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/client/style.css b/client/style.css index ce92715..09fa2b1 100644 --- a/client/style.css +++ b/client/style.css @@ -3444,6 +3444,7 @@ input::placeholder { #matchmaking-screen { text-align: center; padding: 40px 20px; + margin-top: 50px; } #matchmaking-screen h2 {