From 9323d0d9aa2f5c8f163d78a2388a57d939fc0da8 Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Sat, 17 Nov 2012 10:24:50 -0800 Subject: [PATCH] Correct `font-size` normalization for `h6` --- normalize.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/normalize.css b/normalize.css index d4210aa..3e7c043 100644 --- a/normalize.css +++ b/normalize.css @@ -149,7 +149,7 @@ h5 { } h6 { - font-size: 0.75em; + font-size: 0.67em; margin: 2.33em 0; }