From 4571c5bacba58c016267449a82aa8ff55f69e077 Mon Sep 17 00:00:00 2001 From: Jennifer C J Radtke Date: Thu, 15 Feb 2024 21:04:40 +0000 Subject: [PATCH] Small accessibility fixes --- css/skeleton.css | 5 +---- index.html | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) 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 @@