Skip to content

Commit

Permalink
add padding
Browse files Browse the repository at this point in the history
  • Loading branch information
39zde committed Oct 10, 2024
1 parent dd6079b commit 9e6f0e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.css
Original file line number Diff line number Diff line change
Expand Up @@ -306,9 +306,9 @@ form.steps {
align-items: center;
gap: var(--label-padding);
width: 100%;
padding: var(--label-padding) 0;
}


form.steps>label {
box-shadow: var(--shadow);
border-radius: calc(var(--input-height) /2);
Expand Down

0 comments on commit 9e6f0e7

Please sign in to comment.