diff --git a/services/web/frontend/stylesheets/bootstrap-5/pages/content.scss b/services/web/frontend/stylesheets/bootstrap-5/pages/content.scss index 11f0de6517..f57b3895db 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/pages/content.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/pages/content.scss @@ -6,6 +6,10 @@ // TODO: consolidate cms.scss and content.scss .content-page { + &.content { + padding-top: $header-height; // remove extra padding added by .content. Keep .content selector to increase specificity + } + word-break: break-word; /* @@ -93,9 +97,7 @@ } .content-container > section:first-child { - /* header */ - padding-bottom: 0; - padding-top: 0; + padding-top: var(--spacing-15); } section.no-top-padding {