mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-14 09:30:59 +00:00
improve spacing in carousel example
This commit is contained in:
parent
e83a974afe
commit
814f9f17f9
1 changed files with 4 additions and 4 deletions
|
|
@ -106,14 +106,14 @@
|
|||
}
|
||||
|
||||
.featurette-divider {
|
||||
margin: 75px 0;
|
||||
margin: 80px 0;
|
||||
}
|
||||
.featurette {
|
||||
height: 362px;
|
||||
padding: 75px 0;
|
||||
padding: 80px 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
.featurette-image {
|
||||
margin-top: -75px;
|
||||
margin-top: -80px;
|
||||
}
|
||||
.featurette-image.pull-left {
|
||||
margin-right: 40px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue