mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +01:00
10 lines
135 B
CSS
10 lines
135 B
CSS
.metrics {
|
|
display: flex;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
@media only screen and (max-width: 576px) {
|
|
.active {
|
|
display: none;
|
|
}
|
|
}
|