Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaibhav sasulkar committed Jul 5, 2024
1 parent 0dd649f commit 6053250
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions styles/choose-us/choose-us.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

.section.choose-us-css .columns-wrapper .columns div div :nth-child(2) {
color: #333;
font-family: Nunito-Extrabold, sans-serif;
font-family: 'Nunito-Extrabold', sans-serif;
font-size: 20px;
font-weight: 800;
line-height: 28px;
Expand All @@ -64,7 +64,7 @@

.section.choose-us-css .columns-wrapper .columns div div :nth-child(3) {
color: #666;
font-family: Nunito-Regular, sans-serif;
font-family: 'Nunito-Regular', sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 24px;
Expand Down Expand Up @@ -134,7 +134,7 @@

.section.choose-us-css .columns-wrapper .columns div div :nth-child(2) {
color: #333;
font-family: Nunito-Bold, sans-serif;
font-family: 'Nunito-Bold', sans-serif;
font-size: 16px;
font-weight: 700;
line-height: 24px;
Expand Down

0 comments on commit 6053250

Please sign in to comment.