tale/_sass/_base.scss
Chester How 6273da517e Initial commit
Set up basic Jekyll files
2017-03-10 13:20:17 +08:00

18 lines
252 B
SCSS

* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html,
body {
margin: 0;
padding: 0;
}
html {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px;
line-height: 1.5;
}