Skip to content

Commit 4bdcb18

Browse files
committed
Example CSS Fix
1 parent 07e2522 commit 4bdcb18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/src/index.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ html, body {
3838
position: absolute;
3939
left: 50%;
4040
top: 50%;
41-
margin-left: - 30px;
42-
margin-top: - 15px;
41+
margin-left: -30px;
42+
margin-top: -15px;
4343
cursor: pointer;
4444
box-shadow: 3px 4px 3px rgba(0, 0, 0, 0.5);
4545
border: 1px solid #333;

0 commit comments

Comments
 (0)