+ 1
navbar toggle
i am trying to change the padding of the default navbar of bootstrap i cannot find any css because it only shows navbar.less file what is the solution??
1 Réponse
+ 1
That navbar.less is bootstrap stylesheet , you can change that style in your stylesheet too like this.
nabar{
padding:10px;
}