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
commit 5a31aacfbe
1 changed files with 9 additions and 5 deletions

View File

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