diff --git a/static/scss/custom.scss b/static/scss/custom.scss index 06885fcaf3c1c4fd9796e3408b59b665624f3500..71e33f68f4687360b624a724822018d6ef441173 100644 --- a/static/scss/custom.scss +++ b/static/scss/custom.scss @@ -364,6 +364,13 @@ footer .footer-copy { .navbar-nav.pull-right { float: left !important; } + +} + +@media (max-width: 992px) and (min-width: 768px) { + .nav > li > a { + padding: 15px 9px; + } } @media (max-width: 550px) { @@ -382,4 +389,5 @@ footer .footer-copy { .navbar-toggle { background-color: $gray-lighter; + font-size: 10px; }