mirror of
https://github.com/avitex/avitex.github.io
synced 2024-11-16 17:39:57 +00:00
9 lines
87 B
SCSS
9 lines
87 B
SCSS
html, body {
|
|
margin: 0;
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
|
|
* {
|
|
box-sizing: border-box;
|
|
} |