diff --git a/app/assets/stylesheets/hyrax/_home-page.scss b/app/assets/stylesheets/hyrax/_home-page.scss index 2056563759..3e85303495 100644 --- a/app/assets/stylesheets/hyrax/_home-page.scss +++ b/app/assets/stylesheets/hyrax/_home-page.scss @@ -56,6 +56,12 @@ } } + @media only screen and (max-width: 767px) { + .navbar-nav { + margin-left: 10px; + } + } + .active > a { &, &:hover,