Skip to content

Commit 7358357

Browse files
committed
fix: h1 size is reponsive, add label format
1 parent 9b97c0c commit 7358357

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

Form-Controls/style.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
h1 {
2-
font-size: 20px;
2+
font-size: clamp(1.875rem, 4vw, 3.125rem);
33
font-family: Arial;
44
text-align: center;
5+
}
6+
7+
label {
8+
font-size: 20px;
59
}

0 commit comments

Comments
 (0)