Add margin-top to rules and leaderboard containers to clear auth bar

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
adlee-was-taken 2026-02-22 17:42:10 -05:00
parent c6769f9257
commit afb4869b21

View File

@ -2848,7 +2848,7 @@ input::placeholder {
border-radius: 12px; border-radius: 12px;
padding: 20px 35px; padding: 20px 35px;
border: 1px solid rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.1);
margin-top: 0; margin-top: 50px;
scroll-behavior: smooth; scroll-behavior: smooth;
} }
@ -3516,6 +3516,7 @@ input::placeholder {
border-radius: 12px; border-radius: 12px;
padding: 20px 25px; padding: 20px 25px;
border: 1px solid rgba(255, 255, 255, 0.1); border: 1px solid rgba(255, 255, 255, 0.1);
margin-top: 50px;
} }
.leaderboard-header { .leaderboard-header {