Fixed centering of Storybook display area. (#6594)

This commit is contained in:
Nick Taylor 2020-03-11 15:23:22 -04:00 committed by GitHub
parent 8273b6175a
commit 5253ccaa75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,5 +9,6 @@ body {
grid-template-columns: 1fr;
justify-items: center;
align-items: center;
height: 100vh;
}
}