feat: added width style

This commit is contained in:
wonderlandpark 2021-05-17 16:28:57 +09:00
parent 7355df4714
commit 86482ffae0

View File

@ -6,10 +6,12 @@ html {
scroll-behavior: smooth; scroll-behavior: smooth;
min-height: 100%; min-height: 100%;
overflow-x: hidden; overflow-x: hidden;
width: 100%
} }
body { body {
min-height: 100vh; min-height: 100vh;
width: 100%
} }
body * { body * {