From c26452e439372504bbdfb4a7579062f2b4c8655f Mon Sep 17 00:00:00 2001 From: William Tran Date: Mon, 5 Jul 2021 20:22:52 -0400 Subject: [PATCH] Styling fix --- components/OrganizedContent.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/components/OrganizedContent.module.css b/components/OrganizedContent.module.css index 8eb994a9..28c6fd00 100644 --- a/components/OrganizedContent.module.css +++ b/components/OrganizedContent.module.css @@ -140,6 +140,7 @@ border-radius: calc(5rem / 16); border: calc(2.5rem / 16) solid var(--blue-2); position: relative; + background: var(--blue-2); } .mobileNav {