Fix spacing below Apex banner

This commit is contained in:
mDuo13
2024-03-27 13:07:04 -07:00
parent ddb0acde8b
commit 491597d8ad
3 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1,8 +1,9 @@
/* Top navigation ----------------------------------------------------------- */
$nav-height: 80px;
$banner-height: 46px; // Apex 2024 banner size. Set to 0 if no pencil banner.
[data-component-name="Layout/RootLayout"] {
padding-top: $nav-height;
padding-top: $nav-height + $banner-height;
}
.top-nav {
@@ -580,8 +581,8 @@ article h6:before,
.interactive-block:before {
display: block;
content: " ";
margin-top: -40px;
height: 40px;
margin-top: -60px;
height: 60px;
visibility: hidden;
pointer-events: none;
}

View File

@@ -71,7 +71,6 @@ $line-height-base: 1.5;
@import "_feedback.scss";
@import "_video.scss";
@import "_contribute.scss";
// @import "_top-banner.scss";
@import "_docs-landing.scss";
@import "_xrplai.scss";
@import "_osano.scss";