From 1936c3564401d6a96e106dcc478cacea8f352c21 Mon Sep 17 00:00:00 2001 From: desmukh Date: Sat, 7 Jan 2023 08:40:46 +0500 Subject: [PATCH] remove extra padding on abolish the family container --- themes/sophie-lewis/assets/scss/main.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/sophie-lewis/assets/scss/main.scss b/themes/sophie-lewis/assets/scss/main.scss index 9c840c9..0bed832 100644 --- a/themes/sophie-lewis/assets/scss/main.scss +++ b/themes/sophie-lewis/assets/scss/main.scss @@ -350,9 +350,9 @@ footer { /* ABOLISH THE FAMILY STYLES ============================= */ #abolish-the-family { - padding-top: 1rem; - @media (max-width: 480px) { padding-top: 2rem; } - @media (max-width: 480px) { border-top: 1px solid; } + // padding-top: 1rem; + // @media (max-width: 480px) { padding-top: 2rem; } + // @media (max-width: 480px) { border-top: 1px solid; } background-color: #fff5f5; .book-cell {