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 {