mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05: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
8f99692f56
commit
e56461fbd7
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…
Add table
Reference in a new issue