mirror of
https://github.com/evroon/bracket.git
synced 2026-03-11 03:29:44 -04:00
6 lines
90 B
CSS
6 lines
90 B
CSS
.fullWithMobile {
|
|
@media (max-width: $mantine-breakpoint-sm) {
|
|
width: 100%;
|
|
}
|
|
}
|