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 {