From 2a2d4a9ca662998c3031dae69b6a41ddd55792c4 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sat, 13 Jan 2024 09:53:36 +0100 Subject: Icon --- src/objects/_icon.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/objects/_icon.scss') diff --git a/src/objects/_icon.scss b/src/objects/_icon.scss index a5606d4..de65cb7 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: -.14em + --valign: -.12em ) ), 'dims'); @@ -14,6 +14,7 @@ display: inline; width: fn.dim(--size); height: fn.dim(--size); + margin: calc(.5 * (1em - fn.dim(--size))) 0; stroke-width: fn.dim(--stroke); stroke-linecap: round; stroke-linejoin: round; -- cgit v1.2.3-54-g00ecf