From 0048446db9901d70e0b2954bad40309a0029fe46 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 15 Oct 2012 13:57:09 -0500 Subject: [PATCH] improve spacing in carousel example --- docs/examples/carousel.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/examples/carousel.html b/docs/examples/carousel.html index eef594ba3e..ee811b9c87 100644 --- a/docs/examples/carousel.html +++ b/docs/examples/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;