From 683db6280858a6bbd38c5cbb1073f6d432c8824b Mon Sep 17 00:00:00 2001 From: Aditya Thakral Date: Thu, 22 Jul 2021 21:05:44 -0400 Subject: [PATCH] Remove header margin-bottom style from emailsignup and connectwithus --- components/ConnectWithUs.module.css | 1 - components/EmailSignup.module.css | 1 - 2 files changed, 2 deletions(-) diff --git a/components/ConnectWithUs.module.css b/components/ConnectWithUs.module.css index 8160a48d..a0fc921d 100644 --- a/components/ConnectWithUs.module.css +++ b/components/ConnectWithUs.module.css @@ -2,7 +2,6 @@ color: var(--blue-2); font-weight: 600; font-size: calc(36rem / 16); - margin-bottom: calc(12rem / 16); } .socialLinks { diff --git a/components/EmailSignup.module.css b/components/EmailSignup.module.css index 0d9567c8..357f88b3 100644 --- a/components/EmailSignup.module.css +++ b/components/EmailSignup.module.css @@ -6,7 +6,6 @@ color: var(--blue-2); font-weight: 600; font-size: calc(36rem / 16); - margin-bottom: calc(12rem / 16); } .button {