From f69db593217455dd6c453558cd63c395609d621f Mon Sep 17 00:00:00 2001 From: madarsbiss Date: Tue, 3 Aug 2021 14:46:49 +0300 Subject: [PATCH] fix measure units --- styles/Home.module.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/styles/Home.module.css b/styles/Home.module.css index 0759a87..cf508f2 100644 --- a/styles/Home.module.css +++ b/styles/Home.module.css @@ -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; + } }