Skip to content

Commit 3451f7b

Browse files
authored
Restrict .imageblock img to 100% width of parent (#182)
Why: Some SVG images in the documentation are enormous Signed-off-by: Robert Young <[email protected]>
1 parent 46c8abb commit 3451f7b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

_sass/kroxylicious.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,10 @@ b.conum * {
307307
pointer-events: none; /* Clicks will "pass through" the watermark */
308308
}
309309

310+
.imageblock img {
311+
max-width: 100%;
312+
}
313+
310314
.listingblock {
311315
margin-bottom: 0.75rem;
312316
}

0 commit comments

Comments
 (0)