0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01: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

File diff suppressed because one or more lines are too long

View File

@ -884,6 +884,9 @@ body {
margin: .25rem;
}
> .nav + .nav {
margin-top: 1rem;
}
}