Skip to content

Commit

Permalink
Merge pull request #286 from TheDesignExchange/fix/navbar/#279
Browse files Browse the repository at this point in the history
navbar fix
  • Loading branch information
jschnapper authored Nov 28, 2018
2 parents 06b4e5d + 8266b21 commit 49ccccc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/views/layouts/_newestheader.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@
display: none;
}

// Collapse the navbar earlier and for smaller/mobile displays
@media (max-width: 850px) {

#mobile-login {
Expand Down Expand Up @@ -213,10 +212,10 @@
float: none!important;
margin: 7.5px -15px;
}
.navbar-nav>li {
.navbar-nav li {
float: none;
}
.navbar-nav>li>a {
.navbar-nav li a {
padding-top: 10px;
padding-bottom: 10px;
}
Expand Down

0 comments on commit 49ccccc

Please sign in to comment.