summaryrefslogtreecommitdiffstats
path: root/public/.storybook/preview-head.html
blob: efe6c695d3731d336be2da36851253a037aae8ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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>