stats ui fix
This commit is contained in:
parent
e31bace094
commit
a32b1e57a9
@ -99,12 +99,17 @@
|
|||||||
max-width: 600px;
|
max-width: 600px;
|
||||||
margin: 20px auto;
|
margin: 20px auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.statsWrapper {
|
||||||
|
border-radius: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 600px) {
|
@media only screen and (max-width: 600px) {
|
||||||
.wrapper {
|
.wrapper {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
/* width: 100%; */
|
||||||
}
|
}
|
||||||
|
|
||||||
.statsBox {
|
.statsBox {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user