diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2016-10-12 12:09:37 +0200 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2016-10-12 12:09:37 +0200 |
commit | e2ff39bf5db8cecd2bbe348dc2c3cf431a6d36ec (patch) | |
tree | e8df2d7353fc6240262c0b9ea731f0201cfb0352 /storybook/storybook.css | |
parent | 8d8ef18bb6ae119c6962c1e19c2026908776c7c7 (diff) | |
parent | ffaba617d219b688f84b63b27cd35528eaa2bcff (diff) |
Merge branch 'kschaper-react-storybook'
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; +} |