Skip to content

Commit

Permalink
Merge pull request #558 from WWWPiramalFinanceCOM/feature/optimization
Browse files Browse the repository at this point in the history
Feature/optimization
  • Loading branch information
VaibhavSasulkar authored Oct 15, 2024
2 parents 08f850d + dc67391 commit 119dc0e
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions styles/key-features/key-features.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@
padding: 12px 0 4px;
}

.section.key-feature-wrapper .cards-wrapper .cards ul li .cards-card-body :nth-child(2) {
.section.key-feature-wrapper .cards-wrapper .cards ul li .cards-card-body :nth-child(2),
.section.key-feature-wrapper .cards-wrapper .cards ul li .cards-card-body :nth-child(3) {
color: #fff;
font-family: 'Nunito-Regular', sans-serif;
font-size: 1rem;
Expand All @@ -73,7 +74,8 @@
padding: 0;
}

.section.key-feature-wrapper .cards-wrapper .cards ul li .cards-card-body :nth-child(2) > strong {
.section.key-feature-wrapper .cards-wrapper .cards ul li .cards-card-body :nth-child(2) > strong,
.section.key-feature-wrapper .cards-wrapper .cards ul li .cards-card-body :nth-child(3) > strong {
color: #fff;
font-family: 'Nunito-Bold', sans-serif;
font-size: 1.5rem;
Expand Down Expand Up @@ -137,12 +139,14 @@
padding: 0 0 4px;
}

.section.key-feature-wrapper .cards-wrapper .cards ul li .cards-card-body :nth-child(2) > strong {
.section.key-feature-wrapper .cards-wrapper .cards ul li .cards-card-body :nth-child(2) > strong,
.section.key-feature-wrapper .cards-wrapper .cards ul li .cards-card-body :nth-child(3) > strong {
font-size: 1rem;
line-height: 24px;
}

.section.key-feature-wrapper .cards-wrapper .cards ul li .cards-card-body :nth-child(2) {
.section.key-feature-wrapper .cards-wrapper .cards ul li .cards-card-body :nth-child(2),
.section.key-feature-wrapper .cards-wrapper .cards ul li .cards-card-body :nth-child(3) {
font-size: 0.75rem;
line-height: 24px
}
Expand Down

0 comments on commit 119dc0e

Please sign in to comment.