From 96e367852be666801aa41f8710fc09ac05873a60 Mon Sep 17 00:00:00 2001 From: Iain Dawson Date: Sat, 6 Jun 2015 16:57:17 +0100 Subject: [PATCH] Move the north-of-768px styles up one pixel. Prevents the site looking totally broken at exactly 768px wide. --- app/assets/stylesheets/scss/navbar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/scss/navbar.scss b/app/assets/stylesheets/scss/navbar.scss index 3efc537f..dea8c9dd 100644 --- a/app/assets/stylesheets/scss/navbar.scss +++ b/app/assets/stylesheets/scss/navbar.scss @@ -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;