Skip to content

Commit 85128e2

Browse files
authored
fix: fix margin of block of playground in small screen (#806)
1 parent 63c9e66 commit 85128e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

playground/src/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ body {
66

77
.bn-container {
88
padding-top: 8px;
9-
margin: 0 calc((100% - 731px) / 2) 0;
9+
margin: 0 auto;
10+
max-width: 731px;
1011
}
1112

1213
.mantine-AppShell-navbar {

0 commit comments

Comments
 (0)