Skip to content

Commit a1412e4

Browse files
committed
make header slightly bigger
1 parent 260574c commit a1412e4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/styles/main.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ body.page-home .hero::before {
563563
}
564564

565565
.hero-name {
566-
font-size: clamp(3rem, 14vw, 6rem);
566+
font-size: clamp(3.5rem, 17vw, 7rem);
567567
font-weight: 600;
568568
margin: 0 0 0.5rem;
569569
/* 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 {
38533853
}
38543854

38553855
.hero-name {
3856-
font-size: clamp(2.25rem, 12vw, 3.5rem);
3856+
font-size: clamp(2.75rem, 14vw, 4.25rem);
38573857
}
38583858

38593859
.intro-inner {

0 commit comments

Comments
 (0)