www-new/components/EventSetting.module.css

10 lines
134 B
CSS
Raw Normal View History

2021-06-09 07:16:40 -04:00
@media only screen and (max-width: calc(768rem / 16)) {
.separator {
display: none;
}
2021-08-27 23:30:42 -04:00
2021-06-09 07:16:40 -04:00
.setting {
display: block;
}
}