style: Admin-Login-Formular auf 360px Breite begrenzt (#95)

This commit is contained in:
Jens Reinemann 2026-05-17 18:44:58 +02:00
parent fe7501bd27
commit 117d5c7af0

View file

@ -94,6 +94,8 @@
.tab-btn.active { color: #E8D5B0; border-bottom-color: #C1440E; }
.tab-content { display: none; }
.tab-content.active { display: block; }
/* Login */
#login-section { max-width: 360px; margin-left: auto; margin-right: auto; }
/* Scrollbar styling */
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: #1A1815; }