From 78156de109daf7c06d7adc5ece8a783d4d90663c Mon Sep 17 00:00:00 2001 From: Alexandra Date: Wed, 4 Jun 2025 19:25:57 -0600 Subject: [PATCH] slight carousel styling tweaks --- views/public/css/info.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/views/public/css/info.css b/views/public/css/info.css index 461410e..9dfcf76 100644 --- a/views/public/css/info.css +++ b/views/public/css/info.css @@ -22,7 +22,7 @@ } .slideshow-container { position: relative; - width: 100%; + width: 90%; margin: auto; overflow: hidden; display: flex; @@ -48,7 +48,8 @@ .carousel-inner { height: 0; - padding-bottom: 60%; + padding-bottom: 56%; + background-color: black; } .carousel-item {