Decreasing height of bootstrap 3.0 navbar

前端 未结 9 1826
一向
一向 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条回答
  •  忘掉有多难
    2020-12-02 05:27

    if you are using the less source, there should be a variable for the navbar height in the variables.less file. If you are not using the source, then you can customize it using the customize utilty that bootstrap's site provides. And then you can downloaded it and include it in your project. The variable you are looking for is: @navbar-height

提交回复
热议问题