Skip to content

Commit

Permalink
eidted font weight
Browse files Browse the repository at this point in the history
  • Loading branch information
okayishmael committed Jan 28, 2025
1 parent 0d32493 commit 730ec44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ body{
.card__description {
line-height: 1.5;
font-size: 0.9rem;
font-weight: 400;
font-weight: 500;
color: var(--dark-grayish-blue);
font-family: 'Montserrat', sans-serif;
}
Expand Down Expand Up @@ -75,7 +75,7 @@ body{
}
.card__old-price {
font-size: 0.875rem;
font-weight: 400;
font-weight: 500;
color: var(--dark-grayish-blue);
font-family: 'Montserrat', sans-serif;
text-decoration: line-through;
Expand Down

0 comments on commit 730ec44

Please sign in to comment.