Line 198: | Line 198: | ||
− | /*===== BASIC PAGE CLASSES =====*/ | + | /*===== BASIC PAGE CLASSES =====*/ /* TODO: remove all "section-title" / "p-title" classes once switched to h1-6 */ |
h1, .flex-row, .section-title, .flex-col .section-title, .flex-row p:not(.image-inpage-title):not(.p-title){ | h1, .flex-row, .section-title, .flex-col .section-title, .flex-row p:not(.image-inpage-title):not(.p-title){ | ||
Line 236: | Line 236: | ||
font-size: 1.25em !important; | font-size: 1.25em !important; | ||
color: var(--sectionTitle-txt-color, #0C5798); | color: var(--sectionTitle-txt-color, #0C5798); | ||
+ | } | ||
+ | |||
+ | .flex-row h6 { /* Anchor jump offset */ | ||
+ | padding-top: calc(75px + 0.5em); | ||
+ | margin-top: -75px; | ||
} | } | ||
Revision as of 18:55, 7 September 2018