diff --git a/cigaradvisor/styles/styles.css b/cigaradvisor/styles/styles.css index 78656c33..5fb7081b 100644 --- a/cigaradvisor/styles/styles.css +++ b/cigaradvisor/styles/styles.css @@ -355,7 +355,7 @@ main .section[data-layout="3-column"] * > div { font-weight: 700; } -body:not(.blog-post-template) main .section > .default-content-wrapper > h2 { +main .section.stylized-header > .default-content-wrapper > h2 { text-align: center; text-transform: uppercase; font-family: var(--ff-montserrat); @@ -416,11 +416,11 @@ main .button-container .button:hover { font-size: 35px; } - body:not(.blog-post-template) main .section > .default-content-wrapper > h2 { + main .section.stylized-header > .default-content-wrapper > h2 { font-size: 35px; } - body:not(.blog-post-template) main .section > .default-content-wrapper > h2::before { + main .section.stylized-header > .default-content-wrapper > h2::before { content: 'decor'; color: transparent; background: url('../icons/decorleft.png') center no-repeat; @@ -428,7 +428,7 @@ main .button-container .button:hover { margin-right: 15px; } - body:not(.blog-post-template) main .section > .default-content-wrapper > h2::after { + main .section.stylized-header > .default-content-wrapper > h2::after { content: 'decor'; color: transparent; background: url('../icons/decorright.png') center no-repeat; @@ -462,7 +462,7 @@ main .button-container .button:hover { background-color: var(--grey-background); } - body:not(.blog-post-template) main > .section > .default-content-wrapper > h2 { + main .section.stylized-header > .default-content-wrapper > h2 { font-size: 45px; }