0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-12 00:08:59 +01:00

improve spacing in carousel example

This commit is contained in:
Mark Otto 2012-10-15 13:57:09 -05:00
parent e83a974afe
commit 814f9f17f9

View File

@ -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;