mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-22 02:21:50 +00:00
Fix vertical alignment a bit
This commit is contained in:
parent
5432e7621c
commit
08e1582f2d
1 changed files with 2 additions and 0 deletions
|
|
@ -54,6 +54,8 @@
|
||||||
|
|
||||||
.navbar-brand {
|
.navbar-brand {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
padding-top: .25rem;
|
||||||
|
padding-bottom: .25rem;
|
||||||
margin-right: $navbar-padding-x;
|
margin-right: $navbar-padding-x;
|
||||||
font-size: $font-size-lg;
|
font-size: $font-size-lg;
|
||||||
line-height: inherit;
|
line-height: inherit;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue