Move the north-of-768px styles up one pixel.

Prevents the site looking totally broken at exactly 768px wide.
This commit is contained in:
Iain Dawson 2015-06-06 16:57:17 +01:00
parent d11b16dad6
commit 96e367852b
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@
border: none;
}
@media (min-width: 768px) {
@media (min-width: 769px) {
nav.navbar .nav > li:not(.profile--image-dropdown) {
-moz-osx-font-smoothing: grayscale;
position: relative;