Skip to content

Commit 46c8abb

Browse files
committed
Add bottom margin to code blocks in the kroxylicious documentation
Signed-off-by: Robert Young <[email protected]>
1 parent d2b3aa2 commit 46c8abb

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
@@ -306,3 +306,7 @@ b.conum * {
306306

307307
pointer-events: none; /* Clicks will "pass through" the watermark */
308308
}
309+
310+
.listingblock {
311+
margin-bottom: 0.75rem;
312+
}

0 commit comments

Comments
 (0)