Where are the settings for @font-size-h1 in Bootstrap 3? -


i starting learn bootstrap. confused. in less files see things like: @font-size-h1

can tell me these specified in default implementation of bootstrap 3?

it's defined in variables.less file

@font-size-h1:            floor((@font-size-base * 2.6)); // ~36px 

where:

@font-size-base:          14px; 

Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -