Skip to content

Commit 240eb04

Browse files
author
Fez Vrasta
committed
Merge pull request mdbootstrap#45 from brwr/brwr/fix/navbar-text
Add margin to navbar-text class to compensate for larger navbar.
2 parents f786000 + 1792451 commit 240eb04

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

less/navbar.less

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919

2020
.navbar-text {
2121
color: @navbar-color;
22+
margin-top: 20px;
23+
margin-bottom: 20px;
2224
}
2325

2426
.navbar-nav {

0 commit comments

Comments
 (0)