Skip to content

Commit ae5aab4

Browse files
correct paddind
1 parent e2b259c commit ae5aab4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Form-Controls/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ button{
66
font-size: 16px;
77
}
88
button{
9-
padding: 12px,24px;
9+
padding: 12px 24px;
1010
}
1111
form > div{
1212
margin-bottom: 16px;

0 commit comments

Comments
 (0)