2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03:00

space out consecutive navs better

This commit is contained in:
Mark Otto
2014-08-05 17:16:49 -07:00
parent adefbf6ebe
commit 7629e08d2b
2 changed files with 4 additions and 1 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+3
View File
@@ -884,6 +884,9 @@ body {
margin: .25rem; margin: .25rem;
} }
> .nav + .nav {
margin-top: 1rem;
}
} }