fix: mantine carousel
This commit is contained in:
@ -0,0 +1,12 @@
|
||||
|
||||
.container {
|
||||
flex-wrap: nowrap;
|
||||
border-bottom: solid blue 3px;
|
||||
margin-bottom: 3px;
|
||||
cursor: pointer;
|
||||
|
||||
@media (max-width: 48em) {
|
||||
width: 80vw;
|
||||
margin-right: 8vw;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user