Skip to content

Commit 8052745

Browse files
committed
Reduce hero title size via Codex
1 parent df0277a commit 8052745

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ a:hover {
3838
.hero h1 {
3939
margin: 0;
4040
max-width: 12ch;
41-
font-size: clamp(2.1rem, 4.3vw, 4.1rem);
41+
font-size: clamp(1.75rem, 3.55vw, 3.35rem);
4242
line-height: 0.98;
4343
}
4444

0 commit comments

Comments
 (0)