diff --git a/build/scss/_navs.scss b/build/scss/_navs.scss index 5913cb04d..e8d0d578b 100644 --- a/build/scss/_navs.scss +++ b/build/scss/_navs.scss @@ -63,6 +63,15 @@ } } +.navbar-no-expand { + flex-direction: row; + + .nav-link { + padding-left: $navbar-nav-link-padding-x; + padding-right: $navbar-nav-link-padding-x; + } +} + // Color variants @each $color, $value in $theme-colors { @if $color == dark or $color == light { diff --git a/pages/layout/top-nav.html b/pages/layout/top-nav.html index e52d779db..e7189ce6e 100644 --- a/pages/layout/top-nav.html +++ b/pages/layout/top-nav.html @@ -22,73 +22,77 @@ scratch. This page gets rid of all links and provides the needed markup only.
-