From 8093426e40ed7be8e0ae612decb5f42f38e48aad Mon Sep 17 00:00:00 2001 From: Fabien Date: Tue, 2 Apr 2013 13:39:04 +0200 Subject: [PATCH] Improve responsiveness for tablet and below of navbar in carousel example - Remove margin-top of navbar-wrapper - Remove border radius of navbar - Space out the carousel --- carousel.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/carousel.html b/carousel.html index 538a440da1..e86029221c 100644 --- a/carousel.html +++ b/carousel.html @@ -189,6 +189,18 @@ body { font-size: 18px; line-height: 1.5; } + + .navbar-wrapper { + margin-top: 0; + } + + .navbar { + border-radius: 0; + } + + #myCarousel { + margin-top: 54px; + } }