feat: footer for mobiles

This commit is contained in:
2025-08-11 11:29:51 +04:00
parent 3560afabcc
commit b3f95a6ad9
4 changed files with 24 additions and 1 deletions

View File

@ -0,0 +1,6 @@
.footer {
padding: var(--mantine-spacing-md);
@media (max-width: 48em) {
padding: 0
}
}