From 4602f9f92a63203e23b29a50fae6ffb9819be452 Mon Sep 17 00:00:00 2001 From: madarsbiss Date: Wed, 22 Sep 2021 17:43:25 +0300 Subject: [PATCH] edit css --- styles/Home.module.css | 3 +-- styles/globals.css | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/styles/Home.module.css b/styles/Home.module.css index 3702c2e..b294a91 100644 --- a/styles/Home.module.css +++ b/styles/Home.module.css @@ -8,7 +8,6 @@ border-radius: 30px; display: grid; grid-template-columns: 1fr 2fr; - margin: 0 20px; } @media only screen and (max-width: 950px) { @@ -22,7 +21,7 @@ @media only screen and (max-width: 600px) { .wrapper { - margin: 0 auto; + margin: 0; border-radius: 0; } } diff --git a/styles/globals.css b/styles/globals.css index b879404..8c89b1f 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -3,7 +3,6 @@ * { padding: 0; margin: 0; - box-sizing: border-box; } body {