mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-03 04:50:24 +00:00
This commit is contained in:
parent
11e46845b2
commit
d2389ec7c4
3 changed files with 3 additions and 1 deletions
1
dist/css/bootstrap.css
vendored
1
dist/css/bootstrap.css
vendored
|
|
@ -3051,6 +3051,7 @@ button.close {
|
|||
@media screen and (min-width: 768px) {
|
||||
.navbar-brand {
|
||||
float: left;
|
||||
max-width: none;
|
||||
margin-right: 5px;
|
||||
margin-left: -15px;
|
||||
}
|
||||
|
|
|
|||
2
dist/css/bootstrap.min.css
vendored
2
dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
|
|
@ -302,6 +302,7 @@
|
|||
float: left;
|
||||
margin-left: -(@navbar-padding-horizontal);
|
||||
margin-right: 5px;
|
||||
max-width: none; // Disables the default mobile setting
|
||||
}
|
||||
.navbar-nav {
|
||||
float: left;
|
||||
|
|
|
|||
Loading…
Reference in a new issue