body to size of viewport

This commit is contained in:
2023-03-31 19:05:23 -07:00
parent 34d64151cd
commit 1524cfd10d
+3 -1
View File
@@ -22,8 +22,10 @@
font-size: 16pt; font-size: 16pt;
cursor: url('cursor.cur'), auto !important; cursor: url('cursor.cur'), auto !important;
} }
body { body {
width: 100%;
height: 100%;
background: #000000; background: #000000;
overflow: hidden; overflow: hidden;
} }