feat: footer for mobiles
This commit is contained in:
6
src/components/layout/Footer/Footer.module.css
Normal file
6
src/components/layout/Footer/Footer.module.css
Normal file
@ -0,0 +1,6 @@
|
||||
.footer {
|
||||
padding: var(--mantine-spacing-md);
|
||||
@media (max-width: 48em) {
|
||||
padding: 0
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user