From 27594b28c4571c55d5dbb86f3c04945759cb5a0b Mon Sep 17 00:00:00 2001 From: Hippo Date: Fri, 26 Aug 2022 17:31:28 +0530 Subject: [PATCH] Adjust font size for icons --- src/App.svelte | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/App.svelte b/src/App.svelte index 2ba9fe9..426311d 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -176,7 +176,7 @@ @@ -197,6 +197,10 @@ border-color: red; } + .icon { + font-size: 0.8em; + } + fieldset.errors ul { list-style-type: none; }