From 8792c227c8a8b6f32439e4efa77836f170e0eae5 Mon Sep 17 00:00:00 2001 From: desmukh Date: Sat, 7 Jan 2023 08:44:23 +0500 Subject: [PATCH] remove extra padding on homepage paragraphs --- themes/sophie-lewis/assets/scss/main.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/themes/sophie-lewis/assets/scss/main.scss b/themes/sophie-lewis/assets/scss/main.scss index 0bed832..126dfc5 100644 --- a/themes/sophie-lewis/assets/scss/main.scss +++ b/themes/sophie-lewis/assets/scss/main.scss @@ -148,11 +148,11 @@ hr { &:not(.videos) p { padding-bottom: 1rem; } - &.index { - p { - padding-bottom: 2rem; - } - } + // &.index { + // p { + // padding-bottom: 2rem; + // } + // } &.getintouch p { padding-bottom: 0; }