Skip to content

Commit 9b3e550

Browse files
committed
Removed font-family from h1 and applied it to body, added formatting for labels
1 parent 7358357 commit 9b3e550

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

Form-Controls/style.css

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
1+
body {
2+
font-family: Arial, sans-serif;
3+
}
4+
15
h1 {
26
font-size: clamp(1.875rem, 4vw, 3.125rem);
3-
font-family: Arial;
47
text-align: center;
58
}
69

710
label {
8-
font-size: 20px;
11+
font-size: 1rem;
12+
display: block;
13+
margin-bottom: 0.3rem;
914
}

0 commit comments

Comments
 (0)