feat: navbar and footer
This commit is contained in:
@ -1,9 +1,8 @@
|
||||
|
||||
.container {
|
||||
height: calc(100vh - 150px);
|
||||
|
||||
@media (max-width: 48em) {
|
||||
width: 80vw;
|
||||
height: calc(100vh - 200px);
|
||||
}
|
||||
}
|
||||
|
||||
@ -11,6 +10,10 @@
|
||||
border-radius: var(--mantine-spacing-md);
|
||||
gap: 0;
|
||||
|
||||
@media (max-width: 48em) {
|
||||
max-height: calc(100vh - 200px);
|
||||
}
|
||||
|
||||
@mixin light {
|
||||
background-color: var(--color-light-aqua);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user