feat: layouts and styles for desktop and mobile

This commit is contained in:
2025-08-12 14:23:55 +04:00
parent 6715e4bd38
commit 5144c83e93
27 changed files with 324 additions and 113 deletions

View File

@ -1,7 +1,10 @@
.container {
display: flex;
flex-direction: column;
gap: rem(10);
min-height: 86vh;
min-height: 100vh;
background-color: transparent;
@media (min-width: 48em) {
gap: rem(10);
}
}