feat: division between mobile and desktop components, boards for mobile
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
|
||||
.container {
|
||||
min-width: 150px;
|
||||
width: 15vw;
|
||||
|
||||
@media (max-width: 48em) {
|
||||
width: 90vw;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user