Merge pull request #20468 from overleaf/jel-cms-bs5-top-padding

[web] Update top padding on CMS BS5 pages

GitOrigin-RevId: c663886a9f28992a7056ac3f568980d1a5603699
This commit is contained in:
MoxAmber
2024-09-19 14:42:13 +01:00
committed by Copybot
parent 68eaec6d8e
commit 4b281becdd

View File

@@ -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 {