1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-09-02 18:42:47 +02:00

feat(storybook): Center Storybook components

This commit is contained in:
Trezy
2018-12-17 14:26:48 -06:00
parent 6f23fba02b
commit 7d1d13a1bb

View File

@@ -1 +1,14 @@
<link href="https://fonts.googleapis.com/css?family=Press+Start+2P" rel="stylesheet"> <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>