Skip to content

Commit

Permalink
fix(richText): image border-radius
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiazom committed Oct 7, 2024
1 parent c4f7d98 commit ac19d2f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/richText/richText.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
}

.image {
border-radius: 0.3125rem;
overflow: hidden;
margin: auto;
width: 100%;
Expand All @@ -31,6 +30,10 @@
max-width: 100%;
height: 25rem;
}

& img {
border-radius: 0.3125rem;
}
}

.blockquote {
Expand Down

0 comments on commit ac19d2f

Please sign in to comment.