From f94c61b7fb9cbcac596db224a20b706427507e2b Mon Sep 17 00:00:00 2001 From: Aditya Thakral Date: Wed, 9 Jun 2021 06:30:48 -0400 Subject: [PATCH] Content should have 100% width --- components/OrganizedContent.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/components/OrganizedContent.module.css b/components/OrganizedContent.module.css index c56d260b..7184feba 100644 --- a/components/OrganizedContent.module.css +++ b/components/OrganizedContent.module.css @@ -12,6 +12,7 @@ .content { display: flex; flex-direction: column; + width: 100%; } .nav {