make sure the body fills the page
This commit is contained in:
parent
f145bad5a7
commit
bf62890d39
@ -27,6 +27,8 @@ body {
|
|||||||
background: var(--dark-one);
|
background: var(--dark-one);
|
||||||
font-family: "Ubuntu", sans-serif;
|
font-family: "Ubuntu", sans-serif;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
|
height: 100vh;
|
||||||
|
width: 100vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
::selection {
|
::selection {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user