From 505dcaa2bcd62e458de0091026688b7921324144 Mon Sep 17 00:00:00 2001 From: Zoe Date: Thu, 26 Sep 2019 17:43:00 -0400 Subject: [PATCH] slideshow text aligned --- 2020/assets/css/custom.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/2020/assets/css/custom.css b/2020/assets/css/custom.css index 2b84904a..a888ec6b 100644 --- a/2020/assets/css/custom.css +++ b/2020/assets/css/custom.css @@ -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 { -- 2.25.1