Skip to content

Commit

Permalink
Space out select form items
Browse files Browse the repository at this point in the history
  • Loading branch information
GilOliveira committed Sep 10, 2024
1 parent 06d35b2 commit aab7b2d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion css/style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/style.min.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -346,3 +346,7 @@ a:hover {
.btn:hover {
opacity: 100%;
}

.form-type-select {
margin-inline: 1rem;
}

0 comments on commit aab7b2d

Please sign in to comment.