edit switch ctr

This commit is contained in:
madarsbiss
2021-07-27 16:59:28 +03:00
parent 30003edea8
commit 76595257e2
2 changed files with 43 additions and 11 deletions

View File

@@ -47,6 +47,7 @@
grid-template-columns: 1fr 1fr 1fr;
gap: 20px;
border-radius: 20px;
margin-bottom: 20px;
}
.statsCard {
@@ -77,6 +78,16 @@
font-size: 18px;
}
.switchBox {
text-align: right;
}
.switch {
margin: 0 10px;
cursor: pointer;
display: inline;
}
@media only screen and (max-width: 950px) {
.wrapper {
display: grid;