mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-04 11:55:50 +00:00
Fix spacing below Apex banner
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user