Skip to content

Commit 75b2e56

Browse files
committed
Adjust font size limits
1 parent 9ebd248 commit 75b2e56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ html {
55
font-style: normal;
66
color: #222;
77
font-size: 16px;
8-
font-size: clamp(18px, 2.2vw, 40px);
8+
font-size: clamp(18px, 2.2vw, 24px);
99
}
1010

1111
*, *::before, *::after {

0 commit comments

Comments
 (0)