From 72a3e6534bf8897e85de7b8f591e2956fc91dc59 Mon Sep 17 00:00:00 2001 From: Carl Nation Date: Sun, 14 Jun 2026 04:30:03 -0400 Subject: [PATCH] merge 6.18 to develop merge 6.18 to develop --- src/styles/common-styles.scss | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/styles/common-styles.scss b/src/styles/common-styles.scss index 155004719..ce1354f16 100644 --- a/src/styles/common-styles.scss +++ b/src/styles/common-styles.scss @@ -106,10 +106,4 @@ option, .page-gradient { height: 12px; background: linear-gradient(to bottom, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0)); - - // Pull the page content up under the header gradient on insurance pages - // (every insurance page renders the container right after .page-gradient). - & + .container { - margin-top: -22px; - } }