p5.js-web-editor/styles/base/_reset.scss
2016-05-10 22:22:32 -04:00

8 lines
No EOL
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%;
}