From 6f4c1d00de6041c919076bd96bf63ef6e318d927 Mon Sep 17 00:00:00 2001 From: Mitchell Magro Date: Wed, 14 Jan 2026 19:32:48 +0100 Subject: [PATCH] Styling issues --- src/index.scss | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/index.scss b/src/index.scss index 6ab6c24..c0441f5 100644 --- a/src/index.scss +++ b/src/index.scss @@ -4,6 +4,8 @@ html, :root { width: 100%; height: 100%; + overflow-x: hidden; + box-sizing: border-box; font-family: system-ui, Avenir, Helvetica, Arial, sans-serif; line-height: 1.5; font-weight: 400; @@ -18,6 +20,12 @@ html, -moz-osx-font-smoothing: grayscale; } +*, +*::before, +*::after { + box-sizing: border-box; +} + a { font-weight: 500; color: #646cff; @@ -30,16 +38,18 @@ a { body { margin: 0; + padding: 0; width: 100%; height: 100%; + overflow-x: hidden; display: flex; place-items: center; - min-width: 320px; } #root { width: 100%; height: 100%; + overflow-x: hidden; } h1 {