Skip to content

Commit

Permalink
Fix issue #4109
Browse files Browse the repository at this point in the history
  • Loading branch information
gocemitevski committed Mar 12, 2018
1 parent 2b9ddce commit bbffa38
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ckan/public/base/less/masthead.less
Expand Up @@ -212,3 +212,13 @@
}
}
}

@media (max-width: @screen-xs-max){
.masthead {
.navbar-collapse{
clear: both;
margin-left: 0;
margin-right: 0;
}
}
}

0 comments on commit bbffa38

Please sign in to comment.