p5.js-web-editor/styles/base/_reset.scss

13 lines
170 B
SCSS
Raw Normal View History

2016-05-11 04:22:32 +02:00
// At some point, I will put in a ~real~ reset, but for now
html, body {
margin: 0;
padding: 0;
min-height: 100%;
height: 100%;
2016-06-10 04:15:50 +02:00
}
2016-06-14 20:46:40 +02:00
ul, p {
2016-06-10 04:15:50 +02:00
padding: 0;
margin: 0;
2016-05-11 04:22:32 +02:00
}