slideshow text aligned
authorZoe <zoe@fsf.org>
Thu, 26 Sep 2019 21:43:00 +0000 (17:43 -0400)
committerZoe <zoe@fsf.org>
Thu, 26 Sep 2019 21:43:00 +0000 (17:43 -0400)
2020/assets/css/custom.css

index 2b84904ab62832523f46956fc7b972a4b0f9ebdc..a888ec6bf4e6db24ce1c90eba04e0e20fe66de40 100644 (file)
@@ -520,10 +520,10 @@ hr {
 .carousel-caption-center {
   position: absolute;
   font-size: 1.1em;
-  top: 50%;
-  bottom: auto;
+  width: 100%;
+  bottom: -10px;
   right: auto;
-  left: 30%;
+  left: 0;
   z-index: 10;
   padding-right: 10px;
   padding-left: 10px;
@@ -532,7 +532,7 @@ hr {
   color: #ffffff;
   text-align: center;
   background-color: rgba(0, 0, 0,0.6);
-  border-radius: 8px;
+  border-radius: 0px;
 }
 
 .carousel-caption-bottom {