Skip to content

Commit

Permalink
Merge pull request #3944 from samvera/fix-issue-3741
Browse files Browse the repository at this point in the history
Fix CSS for navbar on mobile devices
  • Loading branch information
cjcolvar authored Sep 9, 2019
2 parents 1d3d6ed + 863140a commit c8ab40e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/assets/stylesheets/hyrax/_home-page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@
}
}

@media only screen and (max-width: 767px) {
.navbar-nav {
margin-left: 10px;
}
}

.active > a {
&,
&:hover,
Expand Down

0 comments on commit c8ab40e

Please sign in to comment.