mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-28 07:35:50 +00:00
Feed banner height variable into layout margin creator
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/* Top navigation ----------------------------------------------------------- */
|
||||
$nav-height: 80px;
|
||||
$banner-height: 0; // Apex 2024 banner was 46px. 0 for no pencil banner.
|
||||
$banner-height: 52px; // Apex 2025 banner is 52px. 0 for no pencil banner.
|
||||
|
||||
[data-component-name="layouts/RootLayout"] {
|
||||
padding-top: $nav-height + $banner-height;
|
||||
|
||||
Reference in New Issue
Block a user