diff options
author | Siri Reiter <siri@pjones.dk> | 2023-10-03 23:58:09 +0200 |
---|---|---|
committer | Siri Reiter <siri@pjones.dk> | 2023-10-03 23:58:09 +0200 |
commit | 8441372984621dac1d627b7900dd48264347cf3d (patch) | |
tree | cc4a93da443b59ef034dee187c4822eb2ec2e1e8 /partials | |
parent | f3a4b235cb7781beddf6994b28fde1b23a17d6da (diff) |
base font size and farbar list line height increased
Diffstat (limited to 'partials')
-rw-r--r-- | partials/_base.scss | 2 |
1 files changed, 1 insertions, 1 deletions
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 |