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

11 lines
116 B
SCSS
Raw Normal View History

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