mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-27 01:30:24 +00: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
1 changed files with 12 additions and 0 deletions
|
|
@ -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…
Reference in a new issue