Skip to content

Commit

Permalink
update: headerText font weight on smaller screens
Browse files Browse the repository at this point in the history
  • Loading branch information
PetromirDev committed Aug 7, 2024
1 parent ba332ab commit 74e0b46
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ $min-modal-height: 34.375rem;
z-index: 3;
font-size: 1rem;
color: rgba(255, 255, 255, 0.6);
font-weight: 400;
text-align: center;
}
}
Expand Down Expand Up @@ -202,6 +203,7 @@ $min-modal-height: 34.375rem;

.headerText {
font-size: .75rem;
font-weight: 500;
}
}
.content {
Expand Down

0 comments on commit 74e0b46

Please sign in to comment.