8 lines
97 B
SCSS
8 lines
97 B
SCSS
|
@import "normalize/import-now";
|
||
|
|
||
|
html {
|
||
|
width: 100%;
|
||
|
display: flex;
|
||
|
}
|
||
|
body { height: 100%; }
|