From a6a31ca01254381673f287d92518d5cc55e25072 Mon Sep 17 00:00:00 2001 From: arne Date: Wed, 24 Jul 2024 22:57:39 +0200 Subject: [PATCH] Fix overflow issues --- index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.html b/index.html index cdfcdc4..68e2107 100644 --- a/index.html +++ b/index.html @@ -11,6 +11,10 @@ --secondary-color: #99b; } + *, *:before, *:after { + box-sizing: border-box; + } + html, body { padding: 0; margin: 0;