From 70f8a6bbd70b2b091e26dda4fbb79715a6bb807b Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Wed, 21 Dec 2022 16:01:29 -0800 Subject: [PATCH] fix form icon style --- css/form.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/form.css b/css/form.css index 34d671f..e0e2b0c 100644 --- a/css/form.css +++ b/css/form.css @@ -41,6 +41,6 @@ legend { height: 0; } -form > img { +form img { width: 16px; } \ No newline at end of file