feat: full screen form for mobile

This commit is contained in:
2025-07-18 15:06:50 +04:00
parent e033938a03
commit 964641a58d
11 changed files with 71 additions and 12 deletions

View File

@ -2,6 +2,6 @@
display: flex;
flex-direction: column;
gap: rem(10);
min-height: 70vh;
min-height: 86vh;
background-color: transparent;
}