Skip to content

Commit c78e527

Browse files
committed
fix h align
1 parent 4cb612a commit c78e527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/playground.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ReactDOM.createRoot(document.querySelector("#root")!).render(
88
height: "500px",
99
width: "100vw",
1010
maxWidth: "900px",
11-
margin: "auto 0",
11+
margin: "0 auto",
1212
padding: "20px",
1313
}}
1414
>

0 commit comments

Comments
 (0)