This commit is contained in:
madarsbiss 2021-08-03 11:06:23 +03:00
parent a32b1e57a9
commit 5daa871518

View File

@ -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;