1
0
mirror of https://github.com/avitex/avitex.github.io synced 2024-09-28 02:39:57 +00:00
1bit.pw/sass/_reset.scss

9 lines
87 B
SCSS
Raw Normal View History

2018-08-22 13:30:07 +00:00
html, body {
margin: 0;
height: 100%;
width: 100%;
}
* {
box-sizing: border-box;
}