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