diff options
Diffstat (limited to 'storybook/storybook.css')
-rw-r--r-- | storybook/storybook.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/storybook/storybook.css b/storybook/storybook.css new file mode 100644 index 000000000..3bda9e64c --- /dev/null +++ b/storybook/storybook.css @@ -0,0 +1,3 @@ +#root { + padding: 4rem; +} |