Skip to content

Commit

Permalink
search box position was modified.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramin Farhadi authored and Ramin Farhadi committed Aug 23, 2024
1 parent dfcd6e9 commit d16a97d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SearchResults.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default function SearchResults(props: SearchResultsProps) {


return (
<div className='search-control-wrapper rounded mt-1'>
<div className='search-control-wrapper rounded mt-2'>
<div className='input-group' role='search'>
<input
className='form-control'
Expand Down

0 comments on commit d16a97d

Please sign in to comment.