Skip to content

Commit a35df18

Browse files
authored
Merge pull request typeorm#46 from il3ven/fix/responsive
fix responsiveness issue
2 parents 82587ee + 23be4f9 commit a35df18

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

style/app.css

+5
Original file line numberDiff line numberDiff line change
@@ -238,3 +238,8 @@ ol {
238238
width: 100%;
239239
}
240240
}
241+
242+
img {
243+
max-width: 100%;
244+
height: auto;
245+
}

0 commit comments

Comments
 (0)