We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 260574c commit a1412e4Copy full SHA for a1412e4
1 file changed
src/styles/main.css
@@ -563,7 +563,7 @@ body.page-home .hero::before {
563
}
564
565
.hero-name {
566
- font-size: clamp(3rem, 14vw, 6rem);
+ font-size: clamp(3.5rem, 17vw, 7rem);
567
font-weight: 600;
568
margin: 0 0 0.5rem;
569
/* Periodic gradient: first and second halves match so loop is seamless */
@@ -3853,7 +3853,7 @@ body.page-projects .project-detail .project-meta-links a:focus-visible {
3853
3854
3855
3856
- font-size: clamp(2.25rem, 12vw, 3.5rem);
+ font-size: clamp(2.75rem, 14vw, 4.25rem);
3857
3858
3859
.intro-inner {
0 commit comments