1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

fix doubled up padding in docs navbar

This commit is contained in:
Mark Otto 2016-07-25 12:30:10 -07:00
parent 38312640df
commit 2f38e5167d

View file

@ -3,6 +3,9 @@
//
.bd-navbar {
padding-right: 0;
padding-left: 0;
.navbar-nav {
.nav-link {
color: $bd-graphite-light;