From 61ad3531ce384ec806dbb0bf4581565585e433f7 Mon Sep 17 00:00:00 2001 From: "mahesh.deore" Date: Tue, 12 Mar 2024 18:41:38 +0530 Subject: [PATCH] Add css for latest update section --- html/themes/custom/gms_ocha_common/css/styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/html/themes/custom/gms_ocha_common/css/styles.css b/html/themes/custom/gms_ocha_common/css/styles.css index 997da131..ca89f727 100644 --- a/html/themes/custom/gms_ocha_common/css/styles.css +++ b/html/themes/custom/gms_ocha_common/css/styles.css @@ -7824,9 +7824,10 @@ display: block;} .carousel-control-next, .carousel-control-prev {width:2% !important;} .latest-updates .carousel-inner h3{font-size: 20px; font-weight: 500; color:#418fde; border-bottom: 1px solid #eee; padding-bottom: 5px; margin-bottom: 15px;} .latest-updates .carousel-inner p{font-size: 16px; font-weight: 300; margin-bottom: 10px;} +.latest-updates .carousel-inner p:last-child{margin-bottom: 0 !important;} .latest-updates .carousel-inner strong {font-weight: 600;} .latest-updates .carousel-inner .fa-quote-right {float: right; color:#ddd; font-size:20px;} -.carousel-fade .carousel-inner .carousel-item {min-height: 195px;} +.carousel-fade .carousel-inner .carousel-item {min-height: 175px;} .carousel-indicators {bottom:-37px !important;} .carousel-indicators [data-bs-target] {width: 10px !important; height: 10px !important; }