Fix overflow issues

This commit is contained in:
arne 2024-07-24 22:57:39 +02:00
commit a6a31ca012

View file

@ -11,6 +11,10 @@
--secondary-color: #99b; --secondary-color: #99b;
} }
*, *:before, *:after {
box-sizing: border-box;
}
html, body { html, body {
padding: 0; padding: 0;
margin: 0; margin: 0;