diff --git a/styles/Home.module.css b/styles/Home.module.css index 4540fda..449aa4c 100644 --- a/styles/Home.module.css +++ b/styles/Home.module.css @@ -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) { .statsBox { grid-template-columns: 1fr;