Skip to content

Commit

Permalink
fix font-size in text content
Browse files Browse the repository at this point in the history
  • Loading branch information
ohorodnykostap committed Nov 26, 2024
1 parent d2e8eb4 commit 3e01c1a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

.about-us-cards-section__header-text {
font-family: Geologica, sans-serif;
font-size: 48px;
font-size: 40px;
font-weight: bold;
line-height: 48px;
color: #232424;
Expand Down Expand Up @@ -92,7 +92,7 @@

}
.about-us-cards-section__header-text {
font-size: 29px;
font-size: 24px;

}
.about-us-cards-section__cards {
Expand Down

0 comments on commit 3e01c1a

Please sign in to comment.