0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

Add align self to navbar brand (#21626)

This commit is contained in:
Sergey Kovalenko 2017-01-24 10:09:54 +02:00 committed by Mark Otto
parent 519ecc1c69
commit bf7387aa42

View File

@ -36,6 +36,7 @@
.navbar-brand {
display: inline-block;
align-self: flex-start;
padding-top: .25rem;
padding-bottom: .25rem;
margin-right: $navbar-padding-x;