From 42b31a77495e3219d2c458532944360a8c7d2daa Mon Sep 17 00:00:00 2001 From: Kartik Choudhary Date: Sun, 16 Aug 2020 13:32:02 +0530 Subject: [PATCH] Reverted margin-top --- src/components/button/Button.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/button/Button.css b/src/components/button/Button.css index 2384f029b3..b6fcb53b53 100644 --- a/src/components/button/Button.css +++ b/src/components/button/Button.css @@ -29,7 +29,6 @@ } .project-button > .main-button{ margin-right: 0 !important; - margin-top: 0 !important; } /* Media Query */ @media (max-width: 768px) {