1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 17:11:48 +02:00

Allow to customize navbar-brand font-size

This commit is contained in:
Pierre-Denis Vanduynslager
2017-01-14 01:59:20 -05:00
committed by Mark Otto
parent a03aaf39df
commit 17cb5bb674
2 changed files with 3 additions and 2 deletions

View File

@@ -49,7 +49,7 @@
padding-top: $navbar-brand-padding-y;
padding-bottom: $navbar-brand-padding-y;
margin-right: $navbar-padding-x;
font-size: $font-size-lg;
font-size: $navbar-brand-font-size;
line-height: inherit;
white-space: nowrap;