mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-20 22:40:23 +00:00
fix alignment of progress elements in examples
This commit is contained in:
parent
edecd2c5f3
commit
46313d5d06
1 changed files with 3 additions and 1 deletions
|
|
@ -1033,9 +1033,11 @@ body {
|
|||
margin: .25rem;
|
||||
}
|
||||
|
||||
> .nav + .nav {
|
||||
> .nav + .nav,
|
||||
> .progress + .progress {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue