Fix top-nav padding

This commit is contained in:
JST5000
2023-11-09 10:09:27 -08:00
committed by mDuo13
parent ac0f524a21
commit cb9f332d78
2 changed files with 8 additions and 2 deletions

View File

@@ -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 {