From a32b1e57a9ea46d38511a5db513e1a00b61159ea Mon Sep 17 00:00:00 2001 From: madarsbiss Date: Mon, 2 Aug 2021 23:24:54 +0300 Subject: [PATCH] stats ui fix --- styles/Home.module.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/styles/Home.module.css b/styles/Home.module.css index dd8815f..4540fda 100644 --- a/styles/Home.module.css +++ b/styles/Home.module.css @@ -99,12 +99,17 @@ max-width: 600px; margin: 20px auto; } + + .statsWrapper { + border-radius: 0; + } } @media only screen and (max-width: 600px) { .wrapper { margin: 0 auto; border-radius: 0; + /* width: 100%; */ } .statsBox {