fix measure units
This commit is contained in:
parent
0f6968cccd
commit
f69db59321
@ -145,4 +145,15 @@
|
||||
.statsCardContent {
|
||||
grid-template-columns: 1fr 2fr;
|
||||
}
|
||||
|
||||
.switchBox {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 335px) {
|
||||
.switchBox {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user