Skip to content

Commit 9be07f0

Browse files
mitoghskipjack
authored andcommitted
fix: make sure images within markdown are responsive (#1570)
Prevent stretching images with defined sizes.
1 parent 18ddc2f commit 9be07f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/styles/markdown.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@
242242

243243
img {
244244
max-width: 100%;
245+
height: auto;
245246
}
246247

247248
b, strong {

0 commit comments

Comments
 (0)