make sure the body fills the page

This commit is contained in:
ngn 2024-06-08 14:54:51 +03:00
parent f145bad5a7
commit bf62890d39

View File

@ -27,6 +27,8 @@ body {
background: var(--dark-one);
font-family: "Ubuntu", sans-serif;
overflow-x: hidden;
height: 100vh;
width: 100vw;
}
::selection {