Skip to content

Commit

Permalink
Add consistent bottom margin to hdbt filters
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremysteerio committed Feb 7, 2025
1 parent 6facace commit c3c629f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dist/css/styles.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/scss/06_components/forms/_react-forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}

.hdbt-search__filter {
margin-bottom: $spacing;
margin-bottom: $spacing-and-half;
}

// Override HDBTs li+li
Expand Down
4 changes: 0 additions & 4 deletions src/scss/06_components/paragraphs/_event-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,3 @@ $tag-vertical-padding: 5px;
.event-list__filter-title {
@include font('h3');
}

.hdbt-search__input--address {
margin-bottom: $spacing-and-half;
}

0 comments on commit c3c629f

Please sign in to comment.