Skip to content

Commit 67bbb1d

Browse files
fix: improve multi-page preview layout
Co-authored-by: Y.D.X. <[email protected]>
1 parent 496382b commit 67bbb1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/globals.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,11 @@ samp {
102102
}
103103

104104
.previewed-code .preview {
105-
@apply flex-1 bg-gray-200 flex items-center justify-center p-4;
105+
@apply flex-1 flex-wrap bg-gray-200 flex items-center justify-center p-4;
106106
}
107107

108108
.previewed-code .preview img {
109-
@apply max-w-full max-h-96;
109+
@apply max-w-full max-h-96 my-2;
110110
}
111111

112112
/*

0 commit comments

Comments
 (0)