Skip to content

Commit 0eb7591

Browse files
committed
Update font size and margin styles for improved form layout
1 parent 7752872 commit 0eb7591

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Form-Controls/style.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
body {
22
color: #000;
33
background: #fff;
4-
font-size: 16px;
4+
font-size: 18px;
55
line-height: 1.5;
66
}
77

88
label {
99
display: block;
10-
margin-bottom: 8px;
10+
margin-bottom: none;
11+
margin-top: 10px;
1112
font-weight: bold;
1213
}
1314

@@ -30,4 +31,5 @@ button {
3031
color: #fff;
3132
border: none;
3233
cursor: pointer;
34+
margin-top: 12px;
3335
}

0 commit comments

Comments
 (0)