Skip to content

Commit

Permalink
Remove border on markdown images
Browse files Browse the repository at this point in the history
  • Loading branch information
255kb committed Jan 23, 2024
1 parent 57e1a5f commit a4c23a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/markdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ const Markdown: FunctionComponent<{
src={src as string}
width={width}
height={height}
className={`img-fluid mx-auto d-block border shadow mt-8 ${
className={`img-fluid mx-auto d-block shadow mt-8 ${
hasSub ? 'mb-2' : 'mb-8'
} rounded`}
/>
Expand Down

0 comments on commit a4c23a1

Please sign in to comment.