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

@ -22,8 +22,10 @@
font-size: 16pt;
cursor: url('cursor.cur'), auto !important;
}
body {
width: 100%;
height: 100%;
background: #000000;
overflow: hidden;
}