Commit 2f704776 authored by Mark Otto's avatar Mark Otto

fixes #8059: update navbar responsive break variable

parent 21441f12
......@@ -274,7 +274,7 @@
// Responsive navbar
// --------------------------------------------------
@media screen and (min-width: @screen-tablet) {
@media screen and (min-width: @grid-float-breakpoint) {
.navbar-brand {
float: left;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment