Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…lfinance into feature/optimization
  • Loading branch information
Vaibhav sasulkar committed Sep 30, 2024
2 parents 007a98e + b3b1456 commit d9b0dac
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions blocks/keyfeatures/keyfeatures.css
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,18 @@
.home-loans-products-wrapper.home-loans-single-products-wrapper .wrappercreation-wrapper .wrappercreation .wrapper-creation-container .keyfeatures-wrapper .keyfeatures div .homeloanteaser .cmp-teaser .cmp-teaser__link .cmp-teaser__image .cmp-image .cmp-image__image{
height: auto;
}

.section.personal-loan-key-feature .default-content-wrapper h2 {
color: var(--black);
display: block;
font-family: 'Nunito-Extrabold', sans-serif;
font-size: 2rem;
font-weight: 800;
line-height: 2.5rem;
padding-bottom: 8px;
margin: 0;
}

@media screen and (max-width: 767px) {
.section.home-loans-products-wrapper .wrappercreation-wrapper .wrappercreation .wrapper-creation-container{
grid-template-columns: 1fr;
Expand Down Expand Up @@ -300,6 +312,12 @@
.section.home-loans-products-wrapper .keyfeature-container .keyfeatures-info .keyfeatures{
min-height: 220px;
}

.section.personal-loan-key-feature .default-content-wrapper h2 {
font-size: 1.25rem;
line-height: 1.75rem;
padding-bottom: 4px;
}
}

@media (min-width:768px) and (max-width: 1024px) {
Expand Down

0 comments on commit d9b0dac

Please sign in to comment.