Merge pull request #472 from gabehab/master

Add sliding stats for mobile
This commit is contained in:
Mike Cao 2021-02-14 00:10:41 -08:00 committed by GitHub
commit 7ed014440b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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