From e82a696d38f753affcaec287b8883e07ad1623c5 Mon Sep 17 00:00:00 2001 From: BrightSkyz Date: Sun, 20 May 2018 15:59:30 -0400 Subject: [PATCH] Fixed typo in comment --- css/skeleton.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/skeleton.css b/css/skeleton.css index f28bf6c..da6d95b 100644 --- a/css/skeleton.css +++ b/css/skeleton.css @@ -141,7 +141,7 @@ h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; } h5 { font-size: 1.8rem; line-height: 1.5; letter-spacing: -.05rem; } h6 { font-size: 1.5rem; line-height: 1.6; letter-spacing: 0; } -/* Larger than phablet */ +/* Larger than tablet */ @media (min-width: 550px) { h1 { font-size: 5.0rem; } h2 { font-size: 4.2rem; }