Skip to content

Commit

Permalink
Add paddingBottom to search container
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan0x committed Mar 18, 2024
1 parent b65439b commit 0c20f43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/partials/search.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const Search = () => {
maxWidth: '800px',
margin: '0 auto',
width: '100%',
paddingBottom: '6px'
}
};

Expand Down

0 comments on commit 0c20f43

Please sign in to comment.