Fix horizontal scroll for starter template. (#498)

This commit is contained in:
Laura Caroline 2021-06-19 01:51:47 +02:00 committed by GitHub
parent e8a976a543
commit 348babc660
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@
body {
padding: 4rem 2rem;
width: 100vw;
width: 100%;
min-height: 100vh;
display: grid;
justify-content: center;