umami/components/metrics/MetricsBar.module.css
2020-09-13 11:33:57 -07:00

14 lines
190 B
CSS

.bar {
display: flex;
cursor: pointer;
}
@media only screen and (max-width: 992px) {
.bar {
justify-content: space-between;
}
.bar > div:last-child {
display: none;
}
}