diff options
| author | Fabien <[email protected]> | 2013-04-02 13:39:04 +0200 |
|---|---|---|
| committer | Fabien <[email protected]> | 2013-04-02 13:39:04 +0200 |
| commit | 8093426e40ed7be8e0ae612decb5f42f38e48aad (patch) | |
| tree | 399b98d1e875b3afe0924012bf57b27a5e7c75c9 | |
| parent | 6e6820b3883cf207b69cb7ea9e338ac9fbf7ac35 (diff) | |
| download | bootstrap-8093426e40ed7be8e0ae612decb5f42f38e48aad.tar.xz bootstrap-8093426e40ed7be8e0ae612decb5f42f38e48aad.zip | |
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
| -rw-r--r-- | carousel.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/carousel.html b/carousel.html index 538a440da..e86029221 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; + } } </style> |
