Skip to content

Commit 7d92d26

Browse files
authored
fix image stretching down in stories (#1394)
1 parent 19875b4 commit 7d92d26

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/assets/stylesheets/application.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,11 @@ li.story .fa-star-o {
290290
text-align: left;
291291
}
292292

293+
.story-body img {
294+
max-width: 100%;
295+
height: auto;
296+
}
297+
293298
.story-body h1, .story-body h2, .story-body h3 {
294299
font-family: "Lato", sans-serif;
295300
font-weight: 700;

0 commit comments

Comments
 (0)