From 8441372984621dac1d627b7900dd48264347cf3d Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Tue, 3 Oct 2023 23:58:09 +0200 Subject: base font size and farbar list line height increased --- partials/_base.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'partials') diff --git a/partials/_base.scss b/partials/_base.scss index e2bbd9c..1df7c97 100644 --- a/partials/_base.scss +++ b/partials/_base.scss @@ -1,7 +1,7 @@ // Typography // // No styleguide reference. -$baseFontSize: 12px; +$baseFontSize: 13px; $baseLineHeight: ($baseFontSize * 2); // Framework integrations -- cgit v1.2.3