Decreasing height of bootstrap 3.0 navbar

前端 未结 9 1810
一向
一向 2020-12-02 04:23

I am trying to decrease bootstrap 3.0 navbar height which is used with fixed top behavior. Here i am using code.

HTML

9条回答
  •  萌比男神i
    2020-12-02 05:29

    If you guys are generating your stylesheets with LESS/SASS and are importing Bootstrap there, I've found that overriding the @navbar-height variable lets your set the height of the navbar, which is originally defined in the variables.less file.

提交回复
热议问题