body to size of viewport

This commit is contained in:
vance 2023-03-31 19:05:23 -07:00
parent 34d64151cd
commit 1524cfd10d

View File

@ -24,6 +24,8 @@
}
body {
width: 100%;
height: 100%;
background: #000000;
overflow: hidden;
}