Skip to content

Commit 0426ec8

Browse files
committed
fix: add margin bottom to previewed code block layout for better spacing
1 parent 08cc7a9 commit 0426ec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/globals.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ samp {
9494

9595
/* Previewed code block with side-by-side layout */
9696
.previewed-code {
97-
@apply rounded-md overflow-hidden flex flex-col lg:flex-row lg:flex-wrap;
97+
@apply rounded-md overflow-hidden flex flex-col lg:flex-row lg:flex-wrap mb-4;
9898
}
9999

100100
.previewed-code pre {

0 commit comments

Comments
 (0)