Add sliding stats for mobile

This commit is contained in:
gabehab 2021-02-11 13:56:37 -08:00
parent 30ebf7b266
commit 4a41d8be37

View File

@ -11,8 +11,6 @@
@media only screen and (max-width: 992px) { @media only screen and (max-width: 992px) {
.bar { .bar {
justify-content: space-between; justify-content: space-between;
} overflow: auto;
.bar > div:nth-child(n + 3) {
display: none;
} }
} }