Fix horizontal scroll for starter template. (#498)
This commit is contained in:
parent
e8a976a543
commit
348babc660
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
|
||||
body {
|
||||
padding: 4rem 2rem;
|
||||
width: 100vw;
|
||||
width: 100%;
|
||||
min-height: 100vh;
|
||||
display: grid;
|
||||
justify-content: center;
|
||||
|
|
Loading…
Reference in a new issue