Move the north-of-768px styles up one pixel.
Prevents the site looking totally broken at exactly 768px wide.
This commit is contained in:
parent
d11b16dad6
commit
96e367852b
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue