Commit 0048446d authored by Mark Otto's avatar Mark Otto
Browse files

improve spacing in carousel example

parent fa778792
Showing with 4 additions and 4 deletions
+4 -4
...@@ -106,14 +106,14 @@ ...@@ -106,14 +106,14 @@
} }
.featurette-divider { .featurette-divider {
margin: 75px 0; margin: 80px 0;
} }
.featurette { .featurette {
height: 362px; padding: 80px 0;
padding: 75px 0; overflow: hidden;
} }
.featurette-image { .featurette-image {
margin-top: -75px; margin-top: -80px;
} }
.featurette-image.pull-left { .featurette-image.pull-left {
margin-right: 40px; margin-right: 40px;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment