From f454c16bc3fb80a3f63a7c04ccf45bbaab606fa9 Mon Sep 17 00:00:00 2001 From: zepp Date: Thu, 12 Dec 2024 06:25:19 -0500 Subject: [PATCH] update of selectors and location of style rule --- style/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style/style.css b/style/style.css index f6e4348..79da5f9 100644 --- a/style/style.css +++ b/style/style.css @@ -1,9 +1,10 @@ :root { } -*, ::before, ::after { +*, *::before, *::after { margin: 0; padding: 0; + box-sizing: border-box; } html { @@ -13,7 +14,6 @@ html { body { height: 100vh; width: auto; - box-sizing: border-box; } main {