Skip to content

Commit

Permalink
fixing the padding bottom gap for filters
Browse files Browse the repository at this point in the history
Signed-off-by: Huong Nguyen <huongg1409@gmail>
  • Loading branch information
Huong Nguyen committed Nov 19, 2024
1 parent afe2217 commit aabe254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/filters/filters.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

.filters__section-wrapper {
margin: 0;
padding: 0;
padding: 4px 0 28px;
list-style: none;
}

Expand Down

0 comments on commit aabe254

Please sign in to comment.