6 lines
85 B
SCSS
6 lines
85 B
SCSS
|
html, body {
|
||
|
position: relative;
|
||
|
margin:0;
|
||
|
padding:0;
|
||
|
height:100%;
|
||
|
}
|