umami/components/metrics/MetricsBar.module.css
2023-02-09 08:22:36 -08:00

14 lines
194 B
CSS

.bar {
display: flex;
cursor: pointer;
min-height: 80px;
gap: 20px;
}
@media only screen and (max-width: 992px) {
.bar {
justify-content: space-between;
overflow: auto;
}
}