Skip to content

Commit

Permalink
Font clamping
Browse files Browse the repository at this point in the history
  • Loading branch information
linkdotnet committed Jun 21, 2023
1 parent 6ef83c9 commit e7d2a8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
.profile-text {
margin: auto;
grid-area: profile-text;
font-size: clamp(1rem, 0.6479rem + 1.1268vw, 1.5rem);
font-size: clamp(1.1rem, 0.6479rem + 1vw, 1.4rem);
line-height: clamp(1.5em, 0.6479rem + 1.1268vw, 2.25em);
text-align: center;
}

0 comments on commit e7d2a8b

Please sign in to comment.