From 9faf093cc16ad6ee9eafbaf253ff6c31a1f5ee7f Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sat, 11 Jun 2022 07:54:12 +0200 Subject: card -> media --- src/scopes/_headings.scss | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/scopes') diff --git a/src/scopes/_headings.scss b/src/scopes/_headings.scss index 2e7d88f..58bac7f 100644 --- a/src/scopes/_headings.scss +++ b/src/scopes/_headings.scss @@ -13,6 +13,7 @@ @include mx.set-font(--headline); display: block; + transform: translateX(-.06em); letter-spacing: normal; text-transform: none; } @@ -47,7 +48,8 @@ --spacing: 1px )); - color: fn.foreign-color(--heading, --strong); + transform: none; + color: fn.foreign-color(--heading, --strong); } h6 { @@ -59,7 +61,8 @@ --spacing: 1px )); - color: fn.foreign-color(--heading, --light); + transform: none; + color: fn.foreign-color(--heading, --light); } @include iro.bem-elem('primary') { -- cgit v1.2.3-54-g00ecf