From 02188d9e042e384e011e7010090b215db138dcff Mon Sep 17 00:00:00 2001 From: ChineseChikki Date: Thu, 23 Feb 2023 17:28:00 +0100 Subject: [PATCH] about image updated --- components/HomeThree/OurExpertise.js | 2 +- pages/about.js | 2 +- public/css/style.css | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/HomeThree/OurExpertise.js b/components/HomeThree/OurExpertise.js index a87d70f..d14e989 100755 --- a/components/HomeThree/OurExpertise.js +++ b/components/HomeThree/OurExpertise.js @@ -49,7 +49,7 @@ const OurExpertise = () => {
- Speciality + Speciality
diff --git a/pages/about.js b/pages/about.js index 9040847..d4a6932 100755 --- a/pages/about.js +++ b/pages/about.js @@ -29,7 +29,7 @@ const About = () => {
- About + About
diff --git a/public/css/style.css b/public/css/style.css index 9a4d946..d7d5b33 100755 --- a/public/css/style.css +++ b/public/css/style.css @@ -1967,8 +1967,8 @@ footer { } .speciality-right { - background-image: url("/images/about4.jpg"); - background-size: cover; + background-image: url("/images/about5.jpg"); + background-size:contain; background-position: center center; background-repeat: no-repeat; border-radius: 10px 0 0 10px;