Skip to content
This repository was archived by the owner on Apr 7, 2025. It is now read-only.

Commit dc21fb2

Browse files
Matt  GoldenMatt  Golden
Matt Golden
authored and
Matt Golden
committed
feat: add responsive styling to images #505
1 parent 461d413 commit dc21fb2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/styles.scss

+3-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,9 @@ select {
206206
}
207207
}
208208
}
209-
209+
img {
210+
max-width: 100%;
211+
}
210212
blockquote {
211213
box-sizing: border-box;
212214
width: calc(100% - 15px);

0 commit comments

Comments
 (0)