0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

tweak navbar nav spacing

This commit is contained in:
Mark Otto 2015-08-18 01:06:14 -07:00
parent e8e7b2303f
commit b96f2b4c5b

View File

@ -144,7 +144,16 @@
.nav-link {
display: block;
padding: .425rem .5rem;
padding-top: .425rem;
padding-bottom: .425rem;
+ .nav-link {
margin-left: 1rem;
}
}
.nav-item + .nav-item {
margin-left: 1rem;
}
}