mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-17 18:25:50 +00:00
Fix top-nav padding
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -1,7 +1,13 @@
|
||||
/* Top navigation ----------------------------------------------------------- */
|
||||
$nav-height: 80px;
|
||||
|
||||
[data-component-name="Layout/RootLayout"] {
|
||||
padding-top: $nav-height;
|
||||
}
|
||||
|
||||
.top-nav {
|
||||
background-color: $gray-900;
|
||||
height: 80px;
|
||||
height: $nav-height;
|
||||
padding: 0;
|
||||
// Logo
|
||||
.navbar-brand {
|
||||
|
||||
Reference in New Issue
Block a user