From afb4869b217b412a3481c6af0264e64e1af39542 Mon Sep 17 00:00:00 2001 From: adlee-was-taken Date: Sun, 22 Feb 2026 17:42:10 -0500 Subject: [PATCH] Add margin-top to rules and leaderboard containers to clear auth bar Co-Authored-By: Claude Opus 4.6 --- client/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/style.css b/client/style.css index 3c46f19..ce92715 100644 --- a/client/style.css +++ b/client/style.css @@ -2848,7 +2848,7 @@ input::placeholder { border-radius: 12px; padding: 20px 35px; border: 1px solid rgba(255, 255, 255, 0.1); - margin-top: 0; + margin-top: 50px; scroll-behavior: smooth; } @@ -3516,6 +3516,7 @@ input::placeholder { border-radius: 12px; padding: 20px 25px; border: 1px solid rgba(255, 255, 255, 0.1); + margin-top: 50px; } .leaderboard-header {