Reduce auth banner height and normalize spacing

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Kroonk
2026-04-13 21:36:35 +02:00
parent 0f35698eb8
commit e04632a3e1

View File

@@ -131,7 +131,7 @@ main {
flex-direction: row;
align-items: center;
gap: 1rem;
padding: 1rem 1.5rem;
padding: 0.5rem 1.5rem;
margin-bottom: 1.25rem;
animation: fadeInUp 0.5s ease backwards;
}