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,11 +1,15 @@
/* Base */
* {
-webkit-box-sizing: border-box;
-moz-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;
color: #ddd;