summaryrefslogtreecommitdiffstats
path: root/public/.storybook/preview-head.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/.storybook/preview-head.html')
-rw-r--r--public/.storybook/preview-head.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/public/.storybook/preview-head.html b/public/.storybook/preview-head.html
new file mode 100644
index 0000000..efe6c69
--- /dev/null
+++ b/public/.storybook/preview-head.html
@@ -0,0 +1,20 @@
+<style>
+ html,
+ body {
+ margin: 0;
+ height: 100%;
+ }
+
+ storybook-dynamic-app-root {
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+ height: 100%;
+ padding: 25px;
+ }
+
+ storybook-dynamic-app-root>ng-component {
+ margin: 0 auto;
+ }
+
+</style>