8 lines
134 B
SCSS
8 lines
134 B
SCSS
|
// At some point, I will put in a ~real~ reset, but for now
|
||
|
|
||
|
html, body {
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
min-height: 100%;
|
||
|
height: 100%;
|
||
|
}
|