From 740f43e2bac7b1eee919351694905fecf9291943 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Sun, 21 Aug 2022 16:56:11 +0200 Subject: feat: Before tailwind --- apps/web-shared/src/styles/custom-style/_typography.scss | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'apps/web-shared/src/styles/custom-style/_typography.scss') diff --git a/apps/web-shared/src/styles/custom-style/_typography.scss b/apps/web-shared/src/styles/custom-style/_typography.scss index 3bf56a6..7fa98c5 100644 --- a/apps/web-shared/src/styles/custom-style/_typography.scss +++ b/apps/web-shared/src/styles/custom-style/_typography.scss @@ -15,7 +15,7 @@ --text-scale-ratio: 1.2; // multiplier used to generate the type scale values 👇 // line-height - --body-line-height: 1.4; + --body-line-height: 1; --heading-line-height: 1; // capital letters - used in combo with the lhCrop mixin @@ -37,14 +37,6 @@ --text-xxxxl: calc(var(--text-xxxl) * var(--text-scale-ratio)); } - -@include breakpoint(md) { - :root { - --text-base-size: 1.25rem; - --text-scale-ratio: 1.25; - } -} - body { font-family: var(--font-primary); } -- cgit v1.3