css stuff
authorzoe <zoe@fsf.org>
Mon, 17 Aug 2020 02:09:53 +0000 (22:09 -0400)
committerzoe <zoe@fsf.org>
Mon, 17 Aug 2020 02:09:53 +0000 (22:09 -0400)
2021/assets/css/custom.css

index 7613f3403f432fa371bc342c4d19f8c2f2aeb72b..94af9d62353d945d3d6f6c7b1b056a92e5efb234 100644 (file)
@@ -434,8 +434,9 @@ hr {
 /* Carousel */
 
 .carousel img{
-  width: 100%;
-  border-radius: 15px;
+  width: 90%;
+  border-radius: 25px;
+  margin-top: 1em;
 }
 
 .btn-carousel {
@@ -449,7 +450,7 @@ hr {
 .carousel-control .glyphicon-chevron-right {
   position: absolute;
   top: 50%;
-  left: 50%;
+  left: 40%;
   z-index: 5;
   display: none;
 }
@@ -524,11 +525,11 @@ hr {
 
 .carousel-caption-center {
   position: absolute;
-  font-size: 1.1em;
-  width: 100%;
+  font-size: 1.0em;
+  width: 90%;
   bottom: -10px;
   right: auto;
-  left: 0;
+  left: 5%;
   z-index: 10;
   padding-right: 10px;
   padding-left: 10px;
@@ -536,8 +537,8 @@ hr {
   padding-bottom: 10px;
   color: #ffffff;
   text-align: center;
-  background-color: rgba(0, 0, 0,0.6);
-  border-radius: 0 0 15px 15px ;
+  background-color: #2E3436;
+  border-radius: 0 0 25px 25px ;
 }
 
 .carousel-caption-bottom {