From be6dc4e716fa797cfbe3e5667ffa6bbbef3332be Mon Sep 17 00:00:00 2001 From: akash Date: Wed, 17 Sep 2025 20:26:42 +0530 Subject: [PATCH] Card icon widht updated --- public/assets/css/module-css/service.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/public/assets/css/module-css/service.css b/public/assets/css/module-css/service.css index b413383..bfae55e 100644 --- a/public/assets/css/module-css/service.css +++ b/public/assets/css/module-css/service.css @@ -83,6 +83,13 @@ z-index: 10; } +.service-block-one .inner-box .lower-content .icon-box img { + + width: 70px; + height: 70px; + +} + .service-block-one .inner-box:hover .lower-content .icon-box { bottom: 183px; }