reduce padding

This commit is contained in:
Peter Steinberger 2025-06-25 03:53:07 +02:00
parent 958a31cea7
commit d203e34dfe

View file

@ -168,12 +168,11 @@
@media (max-width: 768px) {
.auth-container {
@apply py-8; /* Add vertical padding on mobile */
@apply py-4; /* Reduced vertical padding on mobile */
min-height: 100vh;
min-height: 100dvh;
/* Allow natural scrolling if content exceeds viewport */
overflow-y: auto;
-webkit-overflow-scrolling: touch;
/* Prevent scrolling - content should fit */
overflow: hidden;
}
}