Commit b96f2b4c authored by Mark Otto's avatar Mark Otto

tweak navbar nav spacing

parent e8e7b230
...@@ -144,7 +144,16 @@ ...@@ -144,7 +144,16 @@
.nav-link { .nav-link {
display: block; display: block;
padding: .425rem .5rem; padding-top: .425rem;
padding-bottom: .425rem;
+ .nav-link {
margin-left: 1rem;
}
}
.nav-item + .nav-item {
margin-left: 1rem;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment