From a71253dbe37780ae45b3f65ba4e216f45bcb88e5 Mon Sep 17 00:00:00 2001 From: zoe Date: Sun, 16 Aug 2020 22:09:53 -0400 Subject: [PATCH] css stuff --- 2021/assets/css/custom.css | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/2021/assets/css/custom.css b/2021/assets/css/custom.css index 7613f340..94af9d62 100644 --- a/2021/assets/css/custom.css +++ b/2021/assets/css/custom.css @@ -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 { -- 2.25.1