Skip to content

Commit 3278e5d

Browse files
committed
Fix example paddings
1 parent e68362c commit 3278e5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/demo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
background: oklch(1 0 0);
2121
box-sizing: border-box;
2222
padding: 1rem 1rem;
23-
margin: 2.5rem 1rem;
23+
margin: 3rem 2rem;
2424
color: oklch(0.5 0.16 142);
2525

2626
&.is-native {

0 commit comments

Comments
 (0)