matrix.to/src/index.scss

14 lines
113 B
SCSS
Raw Normal View History

2020-06-04 09:35:07 -04:00
// CSS reset
* {
box-sizing: border-box;
margin: 0;
}
html,
body,
#root {
height: 100%;
width: 100%;
}