From d7deb8cff1ea705b4eb54018a46a7123b60e1a7e Mon Sep 17 00:00:00 2001 From: shahanneda Date: Mon, 15 Aug 2022 17:55:04 -0700 Subject: [PATCH] Updated styling --- components/SideComponentWrapper.module.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/components/SideComponentWrapper.module.css b/components/SideComponentWrapper.module.css index 73ef1f6..80ca06e 100644 --- a/components/SideComponentWrapper.module.css +++ b/components/SideComponentWrapper.module.css @@ -28,7 +28,6 @@ .noBackground { background: none; - margin: calc(40rem / 16); } @media screen and (max-width: 768px) { @@ -41,10 +40,6 @@ width: 100%; } - .noBackground { - background: none; - margin: calc(40rem / 16) 0; - } } .internalWrapper {