add global body margin (fix #21 )

This commit is contained in:
Mystikfluu 2022-07-24 10:25:56 +02:00
parent 0961c1da45
commit 68de7b7fe2

View File

@ -14,6 +14,10 @@ html {
scroll-behavior: smooth;
}
body {
margin: 8px;
}
.noselect {
user-select: none;
}