Skip to content

Commit

Permalink
tweak image component
Browse files Browse the repository at this point in the history
  • Loading branch information
luludotdev committed Apr 30, 2024
1 parent de614ef commit 1b3564f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/image.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const Image = ({
...props
}: ComponentProps<typeof NextImage>) => (
<NextImage
style={{ padding: '2rem', borderRadius: '1rem', ...style }}
style={{ marginTop: '1.25rem', borderRadius: '.5rem', ...style }}
{...props}
/>
)

0 comments on commit 1b3564f

Please sign in to comment.