From: zoe Date: Mon, 17 Aug 2020 02:09:53 +0000 (-0400) Subject: css stuff X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=a71253dbe37780ae45b3f65ba4e216f45bcb88e5;p=libreplanet-static.git css stuff --- 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 {