mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-04 20:05: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 ----------------------------------------------------------- */
|
/* Top navigation ----------------------------------------------------------- */
|
||||||
$nav-height: 80px;
|
$nav-height: 80px;
|
||||||
|
$banner-height: 46px; // Apex 2024 banner size. Set to 0 if no pencil banner.
|
||||||
|
|
||||||
[data-component-name="Layout/RootLayout"] {
|
[data-component-name="Layout/RootLayout"] {
|
||||||
padding-top: $nav-height;
|
padding-top: $nav-height + $banner-height;
|
||||||
}
|
}
|
||||||
|
|
||||||
.top-nav {
|
.top-nav {
|
||||||
@@ -580,8 +581,8 @@ article h6:before,
|
|||||||
.interactive-block:before {
|
.interactive-block:before {
|
||||||
display: block;
|
display: block;
|
||||||
content: " ";
|
content: " ";
|
||||||
margin-top: -40px;
|
margin-top: -60px;
|
||||||
height: 40px;
|
height: 60px;
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -71,7 +71,6 @@ $line-height-base: 1.5;
|
|||||||
@import "_feedback.scss";
|
@import "_feedback.scss";
|
||||||
@import "_video.scss";
|
@import "_video.scss";
|
||||||
@import "_contribute.scss";
|
@import "_contribute.scss";
|
||||||
// @import "_top-banner.scss";
|
|
||||||
@import "_docs-landing.scss";
|
@import "_docs-landing.scss";
|
||||||
@import "_xrplai.scss";
|
@import "_xrplai.scss";
|
||||||
@import "_osano.scss";
|
@import "_osano.scss";
|
||||||
|
|||||||
Reference in New Issue
Block a user