Update skeleton.css

This commit is contained in:
Rupeshiya 2018-02-25 21:45:22 +05:30 committed by GitHub
parent 88f03612b0
commit ab06d8465a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
css/skeleton.css vendored
View File

@ -121,6 +121,7 @@ are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
font-size: 62.5%; }
body {
background-color:grey;
font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
line-height: 1.6;
font-weight: 400;