From 007a98e333dcdf1c8cc36035c183dfd4d9851f15 Mon Sep 17 00:00:00 2001 From: Vaibhav sasulkar Date: Mon, 30 Sep 2024 17:38:33 +0530 Subject: [PATCH] keyfeature cards issue fix --- blocks/keyfeatures/keyfeatures.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/blocks/keyfeatures/keyfeatures.css b/blocks/keyfeatures/keyfeatures.css index c64412c94c..bae3634d4c 100644 --- a/blocks/keyfeatures/keyfeatures.css +++ b/blocks/keyfeatures/keyfeatures.css @@ -36,7 +36,7 @@ } .section.home-loans-products-wrapper.home-loans-single-products-wrapper .wrappercreation-wrapper .wrappercreation .wrapper-creation-container .keyfeatures-wrapper .keyfeatures .homeloanteaser .cmp-teaser .cmp-teaser__link{ - min-height: 280px; + min-height: 220px; row-gap: 1.5rem; } @@ -270,7 +270,7 @@ height: 100%; } .section.home-loans-products-wrapper.home-loans-product-mob-align .wrappercreation-wrapper .wrappercreation .wrapper-creation-container .keyfeatures-wrapper .keyfeatures .homeloanteaser .cmp-teaser .cmp-teaser__link { - max-height: 235px; + min-height: 207px; } .section.home-loans-products-wrapper.loan-product-two-cards .wrappercreation-wrapper .wrappercreation .wrapper-creation-container { grid-template-columns: 1fr @@ -295,7 +295,7 @@ line-height: 20px; } .section.home-loans-products-wrapper.home-loans-single-products-wrapper .wrappercreation-wrapper .wrappercreation .wrapper-creation-container .keyfeatures-wrapper .keyfeatures .homeloanteaser .cmp-teaser .cmp-teaser__link{ - min-height: 248px; + min-height: 220px; } .section.home-loans-products-wrapper .keyfeature-container .keyfeatures-info .keyfeatures{ min-height: 220px; @@ -304,7 +304,7 @@ @media (min-width:768px) and (max-width: 1024px) { .section.home-loans-products-wrapper .wrappercreation-wrapper .wrappercreation .wrapper-creation-container .keyfeatures-wrapper .keyfeatures .homeloanteaser .cmp-teaser .cmp-teaser__link{ - min-height: 268px; + min-height: 240px; row-gap: 12px; padding: 16px 24px; }