From ff43d082f247b4610b3217380d6340ef605adb0e Mon Sep 17 00:00:00 2001 From: earlman Date: Sun, 4 Apr 2021 12:53:35 -0500 Subject: [PATCH] base line-height on scale --- css/main.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/css/main.css b/css/main.css index b2991494..212fd04c 100644 --- a/css/main.css +++ b/css/main.css @@ -49,27 +49,27 @@ body { .xsmall { font-size: 15px; - line-height: 20px; + line-height: 1.4; } .small { font-size: 20px; - line-height: 25px; + line-height: 1.4; } .medium { font-size: 30px; - line-height: 35px; + line-height: 1.4; } .large { font-size: 65px; - line-height: 65px; + line-height: 1; } .xlarge { font-size: 75px; - line-height: 75px; + line-height: 1; letter-spacing: -3px; }