diff --git a/css/skeleton.css b/css/skeleton.css index 5d40c53..a6602c7 100644 --- a/css/skeleton.css +++ b/css/skeleton.css @@ -126,11 +126,8 @@ /* Base Styles –––––––––––––––––––––––––––––––––––––––––––––––––– */ -/* NOTE -html is set to 62.5% so that all the REM measurements throughout Skeleton -are based on 10px sizing. So basically 1.5rem = 15px :) */ html { - font-size: 62.5%; } + font-size: 100%; } body { font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */ line-height: 1.6; diff --git a/index.html b/index.html index a1c009b..f587abb 100644 --- a/index.html +++ b/index.html @@ -54,7 +54,7 @@