Commit e56461fb authored by Fabien's avatar Fabien

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
parent 8f99692f
......@@ -190,6 +190,18 @@ body {
line-height: 1.5;
}
.navbar-wrapper {
margin-top: 0;
}
.navbar {
border-radius: 0;
}
#myCarousel {
margin-top: 54px;
}
}
</style>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment