umami/components/metrics/RealtimeHeader.module.css
2022-01-15 12:39:32 -08:00

11 lines
135 B
CSS

.metrics {
display: flex;
margin-bottom: 10px;
}
@media only screen and (max-width: 576px) {
.active {
display: none;
}
}