From fe5a1ea9c47e64678d075b1d0f697be930eada4f Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Tue, 21 Feb 2023 15:12:38 -0500 Subject: [PATCH] bbox --- src/styles.css | 8 ++++++++ 1 file changed, 8 insertions(+) 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,