Skip to content

Commit

Permalink
change form gap
Browse files Browse the repository at this point in the history
  • Loading branch information
dkuntze committed Dec 9, 2024
1 parent feb9de7 commit 053e0f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blocks/form/form.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
--form-background-color: var(--background-color-primary);
--form-padding: 0;
--form-columns: 12;
--form-field-horz-gap: 40px;
--form-field-vert-gap: 20px;
--form-field-horz-gap: 0px;
--form-field-vert-gap: 0px;
--form-invalid-border-color: #ff5f3f;
--form-input-padding: 0.75rem 0.6rem;
--form-input-font-size: 1rem;
Expand Down

0 comments on commit 053e0f6

Please sign in to comment.