mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-06 11:25:52 +00:00
reduce padding
This commit is contained in:
parent
958a31cea7
commit
d203e34dfe
1 changed files with 3 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue