From bf0f36ac80e9210807e6260f3318c4659263f918 Mon Sep 17 00:00:00 2001 From: Vri Date: Thu, 12 Jan 2023 23:10:57 +0100 Subject: [PATCH] Reduce icons size --- assets/shortcodes/_icons.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/shortcodes/_icons.scss b/assets/shortcodes/_icons.scss index b8ecb8a..aa9fac3 100644 --- a/assets/shortcodes/_icons.scss +++ b/assets/shortcodes/_icons.scss @@ -1,5 +1,5 @@ .icon { - width: 2rem; - height: 2rem; + width: 1.25rem; + height: 1.25rem; fill: currentColor; } \ No newline at end of file