mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-27 15:17:38 +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) {
|
@media (max-width: 768px) {
|
||||||
.auth-container {
|
.auth-container {
|
||||||
@apply py-8; /* Add vertical padding on mobile */
|
@apply py-4; /* Reduced vertical padding on mobile */
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
min-height: 100dvh;
|
min-height: 100dvh;
|
||||||
/* Allow natural scrolling if content exceeds viewport */
|
/* Prevent scrolling - content should fit */
|
||||||
overflow-y: auto;
|
overflow: hidden;
|
||||||
-webkit-overflow-scrolling: touch;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue