fix resp
This commit is contained in:
parent
a32b1e57a9
commit
5daa871518
@ -117,6 +117,17 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 520px) {
|
||||||
|
.titleAndSearch {
|
||||||
|
grid-template-columns: 1fr;
|
||||||
|
place-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.searchInput {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 475px) {
|
@media only screen and (max-width: 475px) {
|
||||||
.statsBox {
|
.statsBox {
|
||||||
grid-template-columns: 1fr;
|
grid-template-columns: 1fr;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user