From ddbe1f21c3d5dc5da487eb26141a5bcadd8395a2 Mon Sep 17 00:00:00 2001 From: Kristoffer Juelsen Date: Wed, 6 Apr 2022 09:22:24 +0200 Subject: [PATCH] Changed icon size css --- src/client/src/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/client/src/index.css b/src/client/src/index.css index 37b6a08..2676603 100644 --- a/src/client/src/index.css +++ b/src/client/src/index.css @@ -19,8 +19,8 @@ code { } .mainIcon{ - height: 60px; - width: 60px; + height: 65px; + width: 65px; border-radius: 50%; /* border: 5px dotted salmon; */ border: 3px solid #1ab35a;