Skip to content

Commit

Permalink
Fix margin on search results.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed Jan 22, 2025
1 parent 47f2563 commit 630c3e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/registry/Registry.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const Registry: React.FC<RegistryProps> = ({}) => {
/>

{/* Display search results */}
<div className="container wrapper">
<div className="container wrapper mt-2">
<div>
<Hits hitComponent={Hit} />
</div>
Expand Down

0 comments on commit 630c3e9

Please sign in to comment.