@import 'commons';

@media (max-width: $m-mq-max-sm) {
    .m-calendar {
        display: flex;
        justify-content: center;
    }
}
