Skip to content

Commit

Permalink
fix(markdown): give images delicate rounded corners
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiarokh committed Jan 21, 2025
1 parent da43137 commit d3d7b16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/markdown/partial-styles/_img.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
img {
max-width: 100%;
border-radius: 0.25rem;
}

0 comments on commit d3d7b16

Please sign in to comment.