From a42fa8e9f9e842f963c836da0cb8d2367e4b328a Mon Sep 17 00:00:00 2001 From: rejas Date: Sat, 17 Apr 2021 09:38:33 +0200 Subject: [PATCH] Adjust default css to match styles from befor custom properties merge --- css/main.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/css/main.css b/css/main.css index ba6e1d89..e7808a86 100644 --- a/css/main.css +++ b/css/main.css @@ -50,27 +50,27 @@ body { } .xsmall { - font-size: 0.667rem; - line-height: 1.4; + font-size: 0.75rem; + line-height: 1.275; } .small { font-size: 1rem; - line-height: 1.4; + line-height: 1.25; } .medium { font-size: 1.5rem; - line-height: 1.4; + line-height: 1.225; } .large { - font-size: 2.25rem; + font-size: 3.25rem; line-height: 1; } .xlarge { - font-size: 3.375rem; + font-size: 3.75rem; line-height: 1; letter-spacing: -3px; }