mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-24 16:30:23 +00:00
fixes #8059: update navbar responsive break variable
This commit is contained in:
parent
21441f1292
commit
2f70477621
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue