From e02ba4005638f17d91ffe5ef25a729f4febc1634 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Wed, 10 Jan 2024 10:52:19 +0100 Subject: No negative margin for icons --- src/objects/_icon.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/objects') diff --git a/src/objects/_icon.scss b/src/objects/_icon.scss index bb48efd..8ee9485 100644 --- a/src/objects/_icon.scss +++ b/src/objects/_icon.scss @@ -6,7 +6,7 @@ --dims: ( --stroke: 1.5px, --size: calc(1 / 14 * 16em), - --valign: -.12em + --valign: -.15em ) ), 'dims'); @@ -14,7 +14,6 @@ display: inline; width: fn.dim(--size); height: fn.dim(--size); - margin: calc(.5 * (1em - fn.dim(--size))); stroke-width: fn.dim(--stroke); stroke-linecap: round; stroke-linejoin: round; -- cgit v1.2.3-54-g00ecf