Skip to content

Commit

Permalink
feat(storybook): Center Storybook components
Browse files Browse the repository at this point in the history
  • Loading branch information
trezy committed Dec 17, 2018
1 parent 6f23fba commit 7d1d13a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .storybook/preview-head.html
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
<link href="https://fonts.googleapis.com/css?family=Press+Start+2P" rel="stylesheet">
<style>
html, body, #root {
align-items: center;
display: flex;
height: 100vh;
justify-content: center;
width: 100vw;
}

#root {
padding: 20px;
}
</style>

0 comments on commit 7d1d13a

Please sign in to comment.