mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-19 05:50:23 +00:00
space out consecutive navs better
This commit is contained in:
parent
adefbf6ebe
commit
7629e08d2b
2 changed files with 4 additions and 1 deletions
2
docs/assets/css/docs.min.css
vendored
2
docs/assets/css/docs.min.css
vendored
File diff suppressed because one or more lines are too long
|
|
@ -884,6 +884,9 @@ body {
|
|||
margin: .25rem;
|
||||
}
|
||||
|
||||
> .nav + .nav {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue