From: Ruben Rodriguez Date: Mon, 24 Feb 2020 16:48:27 +0000 (-0500) Subject: Improved carousel X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=373b7670e3aaf9c22556a462f90243032bc74b99;p=libreplanet-static.git Improved carousel --- diff --git a/2020/assets/css/custom.css b/2020/assets/css/custom.css index cf6642dc..e982f382 100644 --- a/2020/assets/css/custom.css +++ b/2020/assets/css/custom.css @@ -435,6 +435,11 @@ hr { /* Carousel */ +.carousel img{ + width: 100%; + border-radius: 15px; +} + .btn-carousel { font-size: 1.15em; font-weight: 100; @@ -534,7 +539,7 @@ hr { color: #ffffff; text-align: center; background-color: rgba(0, 0, 0,0.6); - border-radius: 0px; + border-radius: 0 0 15px 15px ; } .carousel-caption-bottom {