Merge pull request #5411 from zdroid/patch-1

Merge pull request 5411
This commit is contained in:
jekyllbot
2016-09-29 14:02:08 -07:00
committed by GitHub

View File

@@ -1,10 +1,14 @@
/* Base */
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html {
box-sizing: border-box;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
body {
font: 300 21px Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;