update of selectors and location of style rule
This commit is contained in:
parent
8b25fad95c
commit
f454c16bc3
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue