From 373b7670e3aaf9c22556a462f90243032bc74b99 Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez Date: Mon, 24 Feb 2020 11:48:27 -0500 Subject: [PATCH] Improved carousel --- 2020/assets/css/custom.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 { -- 2.25.1