Shameful hack to hide extra width

Closes #6
This commit is contained in:
3wc 2021-08-04 00:04:48 +02:00
parent 93de40bd4e
commit 605a4b91f6
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ body {
font-family: var(--font-family-sans);
margin: 0;
padding: 0;
width: 100vw;
overflow-x: hidden;
}
main {