0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-20 17:54:23 +01:00

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
This commit is contained in:
Fabien 2013-04-02 13:39:04 +02:00
parent 6e6820b388
commit 8093426e40

View File

@ -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>