From 7ef6475b88d5cbd453d19cb6d068495ce0840e21 Mon Sep 17 00:00:00 2001 From: KorbsStudio Date: Mon, 23 Jan 2023 04:07:43 -0500 Subject: [PATCH] Use SVG over web font --- astro/styles/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro/styles/index.scss b/astro/styles/index.scss index 098203f..d831ee5 100644 --- a/astro/styles/index.scss +++ b/astro/styles/index.scss @@ -53,7 +53,7 @@ body { border-radius: 6px; margin-bottom: 6px; align-items: center; - i { + svg { margin: 0px 16px; } }