Skip to content

Commit

Permalink
Correct _header.scss for Casiopeia
Browse files Browse the repository at this point in the history
Change `navbar-nav` class to `nav` and use `mod-menu` instead of `flex-column` as selector.
  • Loading branch information
richard67 committed Jun 9, 2018
1 parent 42f040f commit 4201c30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/cassiopeia/scss/blocks/_header.scss
Expand Up @@ -53,7 +53,7 @@
}
}

.navbar-nav.flex-column {
.mod-menu.nav {
flex-direction: row !important;

@include media-breakpoint-down(md) {
Expand All @@ -67,7 +67,7 @@
flex-grow: 0;
}

.navbar-nav li {
.nav li {
position: relative;
display: inline-block;
margin-right: 20px;
Expand Down

0 comments on commit 4201c30

Please sign in to comment.