Commit 7629e08d authored by Mark Otto's avatar Mark Otto

space out consecutive navs better

parent adefbf6e
This diff is collapsed.
......@@ -884,6 +884,9 @@ body {
margin: .25rem;
}
> .nav + .nav {
margin-top: 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