From c9522ece4b00468ceafd36a50586f706fb265f0b Mon Sep 17 00:00:00 2001 From: Jared He <66887902+jaredjhe@users.noreply.github.com> Date: Wed, 7 Sep 2022 23:08:30 -0400 Subject: [PATCH] Remove margin: 0 auto --- components/Sections.module.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/Sections.module.css b/components/Sections.module.css index fb2fbd0..9a2db44 100644 --- a/components/Sections.module.css +++ b/components/Sections.module.css @@ -3,7 +3,6 @@ flex-direction: row; min-width: calc(1000rem / 16); gap: calc(15rem / 16); - margin: 0 auto; } .sections h1 { @@ -52,4 +51,4 @@ .nav p { margin: 0; display: inline; -} +} \ No newline at end of file