From bed2a5edabcc48956188e5633d10e9105f32d2b3 Mon Sep 17 00:00:00 2001 From: Martijn Cuppens Date: Thu, 22 Aug 2019 10:14:42 +0200 Subject: Switch percentage `font-size`s to `em` and change some font sizes for consistency --- scss/_type.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scss/_type.scss') diff --git a/scss/_type.scss b/scss/_type.scss index 0e266e557..7726b7b21 100644 --- a/scss/_type.scss +++ b/scss/_type.scss @@ -91,7 +91,7 @@ // Builds on `abbr` .initialism { - @include font-size(90%); + @include font-size($initialism-font-size); text-transform: uppercase; } -- cgit v1.2.3