mirror of
https://github.com/SrIzan10/analytics.srizan.ml.git
synced 2026-05-01 10:35:15 +00:00
12 lines
153 B
CSS
12 lines
153 B
CSS
.metrics {
|
|
display: flex;
|
|
margin-bottom: 10px;
|
|
overflow: auto;
|
|
}
|
|
|
|
@media only screen and (max-width: 576px) {
|
|
.active {
|
|
display: none;
|
|
}
|
|
}
|