Skip to content

Commit

Permalink
Merge pull request #192 from nostalgic-css/center-storybook-components
Browse files Browse the repository at this point in the history
feat(storybook): Center Storybook components
  • Loading branch information
abdallahalsamman authored Dec 17, 2018
2 parents 792ab70 + 9e5adfe commit b30def8
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 b30def8

Please sign in to comment.