From b3320e4640fc34ddd3d05acde4388b7c8b6cde67 Mon Sep 17 00:00:00 2001 From: Aum Bhatt Date: Thu, 8 Feb 2024 10:34:31 +0400 Subject: [PATCH] chore: remove the top-padding and gap between the sections --- lib/components/PageLayout/PageLayout.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/components/PageLayout/PageLayout.scss b/lib/components/PageLayout/PageLayout.scss index 2be4c996..8e1f356c 100644 --- a/lib/components/PageLayout/PageLayout.scss +++ b/lib/components/PageLayout/PageLayout.scss @@ -1,8 +1,6 @@ .derivs-page-layout { width: 100%; display: flex; - gap: 1.5rem; - padding-top: 1.5rem; @include mobile { flex-direction: column;