From 2891dc143dd8d020479a38e8adfeb85a42fcfd85 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 2 Oct 2017 21:54:47 +0300 Subject: Normalize examples' CSS. (#24210) --- docs/4.0/examples/carousel/carousel.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/4.0/examples/carousel/carousel.css') diff --git a/docs/4.0/examples/carousel/carousel.css b/docs/4.0/examples/carousel/carousel.css index 5fbdea52e..f9b5a7e49 100644 --- a/docs/4.0/examples/carousel/carousel.css +++ b/docs/4.0/examples/carousel/carousel.css @@ -18,8 +18,8 @@ body { } /* Since positioning the image, we need to help out the caption */ .carousel-caption { - z-index: 10; bottom: 3rem; + z-index: 10; } /* Declare heights because of positioning of img element */ @@ -45,7 +45,7 @@ body { text-align: center; } .marketing h2 { - font-weight: normal; + font-weight: 400; } .marketing .col-lg-4 p { margin-right: .75rem; -- cgit v1.2.3