Skip to content

Commit 18c207c

Browse files
authored
fix: fix css property typo
2 parents 3ff4579 + eaeefd7 commit 18c207c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

playground/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
body {
22
margin: 0;
3-
paddinh: 0;
3+
padding: 0;
44
background: #eee;
55
width: 100vw;
66
height: 100vh;
77
display: flex;
88
align-items: center;
99
justify-content: center;
1010
font-size: 24px;
11-
}
11+
}

0 commit comments

Comments
 (0)