stats ui fix

This commit is contained in:
madarsbiss 2021-08-02 23:24:54 +03:00
parent e31bace094
commit a32b1e57a9

View File

@ -99,12 +99,17 @@
max-width: 600px;
margin: 20px auto;
}
.statsWrapper {
border-radius: 0;
}
}
@media only screen and (max-width: 600px) {
.wrapper {
margin: 0 auto;
border-radius: 0;
/* width: 100%; */
}
.statsBox {