From 93d6379ea1718bebf5c50f1eb75eddd24696346c Mon Sep 17 00:00:00 2001 From: akash Date: Wed, 3 Sep 2025 16:56:23 +0530 Subject: [PATCH] Color changed --- components/sections/home/MobileServicesSection.js | 2 +- public/assets/css/module-css/feature.css | 4 ++-- public/assets/css/style.css | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/components/sections/home/MobileServicesSection.js b/components/sections/home/MobileServicesSection.js index ec1c851..1d0936f 100644 --- a/components/sections/home/MobileServicesSection.js +++ b/components/sections/home/MobileServicesSection.js @@ -9,7 +9,7 @@ export default function MobileServices() {
Our Services -

We Offer For You Medical &
Saving Lives

+

We Offer For You Medical &
Saving Lives

{ diff --git a/public/assets/css/module-css/feature.css b/public/assets/css/module-css/feature.css index c3c9da1..73fa3a9 100644 --- a/public/assets/css/module-css/feature.css +++ b/public/assets/css/module-css/feature.css @@ -148,9 +148,9 @@ transition: all 500ms ease; } -.feature-block-two .inner-box:hover .icon-box:before{ +/* .feature-block-two .inner-box:hover .icon-box:before{ transform: scale(1,1); -} +} */ .feature-block-two .inner-box h3{ display: block; diff --git a/public/assets/css/style.css b/public/assets/css/style.css index 9f4f069..33b1ec9 100644 --- a/public/assets/css/style.css +++ b/public/assets/css/style.css @@ -537,6 +537,7 @@ position: relative; display: inline-block; padding: 24px 48px 22px 48px; + border: 1px solid #fff; } .theme-btn span:before {