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; - } }