diff --git a/static/scss/custom.scss b/static/scss/custom.scss index 495e3bcb961db79f6b4fe66c5c6fc0d9fb92eae2..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) {