Skip to content

Commit 95e07f9

Browse files
committed
feat: form
1 parent b17d711 commit 95e07f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css/form.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.form {
22
min-width: 600px;
3-
padding: 17px 17px 27px;
3+
padding: 17px 17px 13px;
44
border: 3px solid var(--primary);
55
text-align: center;
66
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
@@ -64,6 +64,7 @@
6464

6565
.form__button {
6666
min-width: 242px;
67+
margin-bottom: 14px;
6768
padding: 9px 23px;
6869
color: var(--dark);
6970
text-align: center;

0 commit comments

Comments
 (0)