Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 97edeec

Browse files
committed
no body margin in examples
1 parent 9037d71 commit 97edeec

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.storybook/preview-body.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<style>
2+
body {
3+
margin: 0;
4+
}
5+
</style>

0 commit comments

Comments
 (0)