2020-10-10 02:58:27 +02:00
|
|
|
.metrics {
|
|
|
|
display: flex;
|
2020-10-15 02:22:46 +02:00
|
|
|
margin-bottom: 10px;
|
2022-03-01 03:43:16 +01:00
|
|
|
overflow: auto;
|
2020-10-10 02:58:27 +02:00
|
|
|
}
|
2022-01-15 21:39:32 +01:00
|
|
|
|
|
|
|
@media only screen and (max-width: 576px) {
|
|
|
|
.active {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|