feat: boards on desktop as on mobile

This commit is contained in:
2025-08-18 11:35:52 +04:00
parent 49b1a235be
commit 83432b3f33
15 changed files with 117 additions and 255 deletions

View File

@ -19,10 +19,7 @@
}
.mobile-padding-height {
height: 100% !important;
@media (min-width: 48em) {
height: 89vh;
}
height: 100vh;
}
.container-full-height {