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 {