From 5daa871518f74e9c01b0517db8e17bd3c13207fc Mon Sep 17 00:00:00 2001 From: madarsbiss Date: Tue, 3 Aug 2021 11:06:23 +0300 Subject: [PATCH] fix resp --- styles/Home.module.css | 11 +++++++++++ 1 file changed, 11 insertions(+) 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;