diff --git a/blocks/keyfeatures/keyfeatures.css b/blocks/keyfeatures/keyfeatures.css index e85981630f..dabee0a469 100644 --- a/blocks/keyfeatures/keyfeatures.css +++ b/blocks/keyfeatures/keyfeatures.css @@ -14,6 +14,7 @@ grid-template-rows: auto 1fr; grid-template-columns: repeat(3, 1fr); column-gap: 20px; + row-gap: 20px; } .section.home-loans-products-wrapper .wrappercreation-wrapper .wrappercreation .wrapper-creation-container .keyfeatures-wrapper { position: relative; @@ -203,9 +204,9 @@ position: relative; padding-bottom: 60px; } -.view-more-less-js .wrappercreation-wrapper .wrappercreation .wrapper-creation-container .keyfeatures-wrapper:nth-child(n+4) { +/* .view-more-less-js .wrappercreation-wrapper .wrappercreation .wrapper-creation-container .keyfeatures-wrapper:nth-child(n+4) { margin-top: 20px; - } +} */ .view-more-less-js .default-content-wrapper p strong{ color: #000; display: block; @@ -236,7 +237,6 @@ .section.home-loans-products-wrapper .wrappercreation-wrapper .wrappercreation .wrapper-creation-container{ grid-template-columns: 1fr; margin-top: 16px; - row-gap: 20px; } .section.home-loans-products-wrapper .wrappercreation-wrapper .wrappercreation{ margin-top: unset; @@ -282,9 +282,9 @@ font-size: 1.125rem; line-height: 28px; } - .view-more-less-js .wrappercreation-wrapper .wrappercreation .wrapper-creation-container .keyfeatures-wrapper:nth-child(n+4) { + /* .view-more-less-js .wrappercreation-wrapper .wrappercreation .wrapper-creation-container .keyfeatures-wrapper:nth-child(n+4) { margin-top: unset; - } + } */ .view-more-less-js .default-content-wrapper p strong{ font-size: 1.125rem; line-height: 24px;