diff options
| -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; } |
