Commit eb43c268 authored by al // @idest's avatar al // @idest

Fix vertical alignment of carousel navigation arrows.

Navigation arrows were aligned to the top of page. Vertically centered them in this fix.
parent 8b24c477
......@@ -18,6 +18,12 @@ body {
z-index: 15;
}
/* Vertically aligns left and right chevrons. */
.carousel-control > .glyphicon-chevron-left, .carousel-control > .glyphicon-chevron-right {
position: absolute;
display: inline-block;
top: 50%;
}
/* CUSTOMIZE THE CAROUSEL
......
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