From 54d8459e6a62c5b2282649f8e325262e79e14c06 Mon Sep 17 00:00:00 2001 From: Jennifer C J Radtke Date: Sat, 17 Feb 2024 18:48:54 +0000 Subject: [PATCH] remove extra config --- css/skeleton.css | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/css/skeleton.css b/css/skeleton.css index 2bd4060..92da64b 100644 --- a/css/skeleton.css +++ b/css/skeleton.css @@ -151,16 +151,6 @@ h4 { font-size: 1.5rem; line-height: 1.35; letter-spacing: 0; } h5 { font-size: 1.3rem; line-height: 1.5; letter-spacing: 0; } h6 { font-size: 1.1rem; line-height: 1.6; letter-spacing: 0; } -/* Larger than phablet */ -@media (min-width: 550px) { - h1 { font-size: 5.0rem; } - h2 { font-size: 4.2rem; } - h3 { font-size: 3.6rem; } - h4 { font-size: 3.0rem; } - h5 { font-size: 2.4rem; } - h6 { font-size: 1.5rem; } -} - p { margin-top: 0; }