Fix scroll issue

This commit is contained in:
William Brawner 2022-08-17 03:31:20 +00:00
parent 1c909a5c77
commit 3cf461c167

View file

@ -39,6 +39,7 @@
}
html, body {
box-sizing: border-box;
margin: auto;
padding: 0;
font-family: sans-serif;