Skip to content

Commit 169c651

Browse files
committed
fix for h3 challenege font issue
1 parent 6b1a384 commit 169c651

File tree

2 files changed

+60
-56
lines changed

2 files changed

+60
-56
lines changed

package-lock.json

Lines changed: 56 additions & 56 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/shared/components/challenge-listing/ChallengeCard/style.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,10 @@ $challenge-radius-4: $corner-radius * 2;
198198
.hidden {
199199
display: none;
200200
}
201+
202+
h3 {
203+
font-size: 15px;
204+
}
201205
}
202206

203207
.challengeCard.placeholder {

0 commit comments

Comments
 (0)