mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00: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;
|
|
}
|
|
}
|