1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-09-01 10:02:57 +02:00

Merge pull request #192 from nostalgic-css/center-storybook-components

feat(storybook): Center Storybook components
This commit is contained in:
Abdullah Samman
2018-12-17 23:29:56 +02:00
committed by GitHub

View File

@@ -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>