Skip to content

Commit

Permalink
fix: 마크다운 사진 렌더링 크기 수정 #45
Browse files Browse the repository at this point in the history
  • Loading branch information
jizerozz committed Oct 26, 2024
1 parent e41a0c1 commit ebdcf50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/RenderMarkdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const RenderMarkdown = ({ markdown }: MarkdownProps) => {
return (
<img
style={{
maxWidth: '50%',
maxWidth: '90%',
justifyContent: 'center',
alignItems: 'center',
display: 'flex',
Expand Down

0 comments on commit ebdcf50

Please sign in to comment.