diff --git a/src/styles.css b/src/styles.css index e5b084f4..83bd1766 100644 --- a/src/styles.css +++ b/src/styles.css @@ -15,6 +15,13 @@ font-display: swap; } +html { + box-sizing: border-box; +} +*, *:before, *:after { + box-sizing: inherit; +} + /* Global Styles */ :root { --purple: #b066ff; @@ -35,6 +42,7 @@ body { font-size: 2rem; overflow-y: scroll; + margin: 0; } h1,