Skip to content

Commit

Permalink
Fix font size of course name on Course certificate (#2439)
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-at-mit authored Nov 6, 2024
1 parent 52d3e34 commit 14db291
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/public/scss/certificates/certificate.scss
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,10 @@ $blue: #355b6b;
line-height: 45px;
font-weight: 600;
margin: 0 0 10px;

@media (max-width: 768px) {
font-size: 7vw;
}
}

.success-text {
Expand Down

0 comments on commit 14db291

Please sign in to comment.