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

21 lines
222 B
SCSS
Raw Normal View History

2016-05-11 02:22:32 +00: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 02:15:50 +00:00
}
2016-06-14 18:46:40 +00:00
ul, p {
2016-06-10 02:15:50 +00:00
padding: 0;
margin: 0;
2016-06-21 03:04:41 +00:00
}
h2, h3 {
margin: 0;
2016-07-05 20:04:14 +00:00
}
ul {
list-style: none;
2016-05-11 02:22:32 +00:00
}