diff options
| author | Mark Otto <[email protected]> | 2016-10-17 22:17:02 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-10-17 22:17:02 -0700 |
| commit | 8be341ee96ed128a7ab60e314ec49a78b23239d9 (patch) | |
| tree | 95cdfd501c815f0970bba917c628d544bd6629de | |
| parent | 87689833fb1813091fee5b35c18af3fe8f307487 (diff) | |
| download | bootstrap-8be341ee96ed128a7ab60e314ec49a78b23239d9.tar.xz bootstrap-8be341ee96ed128a7ab60e314ec49a78b23239d9.zip | |
lint
| -rw-r--r-- | scss/_navbar.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_navbar.scss b/scss/_navbar.scss index ea4f57817..7e7db908b 100644 --- a/scss/_navbar.scss +++ b/scss/_navbar.scss @@ -141,8 +141,8 @@ @include media-breakpoint-down($breakpoint) { .navbar-brand { - float: none; display: block; + float: none; margin-top: .5rem; margin-right: 0; } |
