mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-30 04:21:32 +02:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user