Skip to content

Commit 54e3a4e

Browse files
committed
Reduce font sizing for smaller width to better match designs #20
1 parent 2e91493 commit 54e3a4e

5 files changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/AboutContentItem.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const { name, jobTitle, about, image, socialLink } = Astro.props;
4040
}
4141

4242
h3 {
43-
font-size: var(--font-size-lg);
43+
font-size: clamp(1.125rem, calc(0.989rem + 0.682vw), 1.5rem);
4444
margin-block-start: 0;
4545
}
4646

-1017 Bytes
Loading
-1.05 KB
Loading
-872 Bytes
Loading
-1.43 KB
Loading

0 commit comments

Comments
 (0)