mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Add align self to navbar brand (#21626)
This commit is contained in:
parent
519ecc1c69
commit
bf7387aa42
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@
|
||||||
|
|
||||||
.navbar-brand {
|
.navbar-brand {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
align-self: flex-start;
|
||||||
padding-top: .25rem;
|
padding-top: .25rem;
|
||||||
padding-bottom: .25rem;
|
padding-bottom: .25rem;
|
||||||
margin-right: $navbar-padding-x;
|
margin-right: $navbar-padding-x;
|
||||||
|
|
Loading…
Reference in a new issue