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

space out consecutive navs better

parent adefbf6e
Showing with 4 additions and 1 deletion
+4 -1
This diff is collapsed.
...@@ -884,6 +884,9 @@ body { ...@@ -884,6 +884,9 @@ body {
margin: .25rem; margin: .25rem;
} }
> .nav + .nav {
margin-top: 1rem;
}
} }
......
Supports Markdown
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