2025-03-26 10:01:46 +07:00

13 lines
200 B
SCSS
Vendored

@include media-breakpoint-down(md) {
.fc-toolbar{
flex-wrap: wrap;
.fc-left{
margin-bottom: 1rem;
}
.fc-right{
.fc-button-group{
margin-top: 1rem;
}
}
}
}