Improved carousel
authorRuben Rodriguez <ruben@fsf.org>
Mon, 24 Feb 2020 16:48:27 +0000 (11:48 -0500)
committerRuben Rodriguez <ruben@fsf.org>
Mon, 24 Feb 2020 16:48:27 +0000 (11:48 -0500)
2020/assets/css/custom.css

index cf6642dc9b73b5fc57d51e5a38c90477e4790e90..e982f3829ab6a81d1e832c248fced9e932155aca 100644 (file)
@@ -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 {