diff options
| author | Mark Otto <[email protected]> | 2012-10-15 13:57:09 -0500 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-10-15 13:57:09 -0500 |
| commit | 814f9f17f9c0a4ee57d3ad5a4e9044347a0e4966 (patch) | |
| tree | 81389fe64d7bde77a7b89fccf1b997862d2b2c11 | |
| parent | e83a974afeca1c5a0f8283344a6068ef444f098f (diff) | |
| download | bootstrap-814f9f17f9c0a4ee57d3ad5a4e9044347a0e4966.tar.xz bootstrap-814f9f17f9c0a4ee57d3ad5a4e9044347a0e4966.zip | |
improve spacing in carousel example
| -rw-r--r-- | carousel.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/carousel.html b/carousel.html index eef594ba3..ee811b9c8 100644 --- a/carousel.html +++ b/carousel.html @@ -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; |
