fix: mantine carousel

This commit is contained in:
2025-08-14 11:16:33 +04:00
parent 20ade53d52
commit b6cec9a308
8 changed files with 119 additions and 39 deletions

View File

@ -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;
}
}