Skip to content

Commit

Permalink
fix: apply font weight to both author and review content
Browse files Browse the repository at this point in the history
  • Loading branch information
yolophg committed Jul 31, 2024
1 parent abd86d9 commit 2b4a49c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/participant-review.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ class ParticipantReview extends BaseParticipantReviewElement {
font-size: 14px;
margin-top: 17px;
word-break: keep-all;
font-weight: var(--font-weight-regular);
@media only screen and (min-width: 1024px) {
margin-top: 0;
Expand All @@ -140,6 +141,7 @@ class ParticipantReview extends BaseParticipantReviewElement {
width: 100%;
font-size: 16px;
text-align: center;
font-weight: var(--font-weight-medium);
@media only screen and (min-width: 1024px) {
text-align: right;
Expand Down

0 comments on commit 2b4a49c

Please sign in to comment.