resp switch

This commit is contained in:
madarsbiss 2021-09-21 20:20:04 +03:00
parent e361f4a2c5
commit 69450a7f67
3 changed files with 13 additions and 11 deletions

View File

@ -7,3 +7,16 @@
cursor: pointer;
display: inline;
}
@media only screen and (max-width: 475px) {
.wrapper {
text-align: center;
}
}
@media only screen and (max-width: 335px) {
.wrapper {
display: grid;
grid-template-columns: 1fr;
}
}

View File

@ -121,15 +121,4 @@
.statsCardContent {
grid-template-columns: 1fr 2fr;
}
.switchBox {
text-align: center;
}
}
@media only screen and (max-width: 335px) {
.switchBox {
display: grid;
grid-template-columns: 1fr;
}
}