From fa140e3bef32eb1e718a593d86231a9eed7c1556 Mon Sep 17 00:00:00 2001 From: sakv2e10204 Date: Fri, 3 Jun 2022 12:10:29 +0530 Subject: [PATCH] Image align issue fixed --- css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 344552c..68bda63 100644 --- a/css/style.css +++ b/css/style.css @@ -1964,6 +1964,7 @@ select { .img-top { width: 34px; height: 34px; - margin-top: 7px; + margin-top: 5px; margin-left:5px; + margin-right:7px; }