Skip to content

Commit a74b0db

Browse files
committed
fixed image sizes in the crash cource guide
1 parent 4ebc25e commit a74b0db

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

latest/resources/css/apiman-guide.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,11 @@
8181
#guide .inlinemediaobject img {
8282
width: 100%;
8383
}
84+
@media (min-width: 991px) {
85+
body.crash-course #guide .inlinemediaobject img {
86+
width: auto;
87+
}
88+
}
8489

8590
#guide .programlisting a img, #guide pre a img, #guide td a img, #guide td img {
8691
display:inline;

0 commit comments

Comments
 (0)