update of selectors and location of style rule

This commit is contained in:
emma 2024-12-12 06:25:19 -05:00
parent 8b25fad95c
commit f454c16bc3
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,10 @@
:root { :root {
} }
*, ::before, ::after { *, *::before, *::after {
margin: 0; margin: 0;
padding: 0; padding: 0;
box-sizing: border-box;
} }
html { html {
@ -13,7 +14,6 @@ html {
body { body {
height: 100vh; height: 100vh;
width: auto; width: auto;
box-sizing: border-box;
} }
main { main {