feat: layouts and styles for desktop and mobile
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user