1
0
mirror of https://github.com/danbee/chess synced 2025-03-04 08:39:06 +00:00
chess/assets/css/base/_layout.scss
2018-02-18 16:07:14 -05:00

20 lines
189 B
SCSS

html {
background-color: $viewport-background-color;
box-sizing: border-box;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
html,
body {
height: 100%;
}
body {
margin: 0;
}