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:
parent
6e6820b388
commit
8093426e40
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user