From d913e58f3fbc54afa4a38e01a11ff36759252312 Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Thu, 22 Feb 2024 19:06:09 +0100 Subject: [PATCH 1/4] updated mission wrong text --- src/components/Service/MissionStatement.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Service/MissionStatement.js b/src/components/Service/MissionStatement.js index d9aa93b..8e4f361 100644 --- a/src/components/Service/MissionStatement.js +++ b/src/components/Service/MissionStatement.js @@ -29,7 +29,7 @@ function MissionStatement() { }, { id: 4, - title: "Get you work done", + title: "Get your work done", content: "For other tasks you need to get done, we will be there for smooth engagement", } ]; From ce70aceff96e9d0b3834650f97b9783dfe873f0a Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Thu, 22 Feb 2024 19:30:54 +0100 Subject: [PATCH 2/4] changed home text to Home --- src/components/Service/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Service/index.js b/src/components/Service/index.js index 89b6d00..b8103de 100644 --- a/src/components/Service/index.js +++ b/src/components/Service/index.js @@ -27,7 +27,7 @@ function Service() { From 3a38dc293d6a7ed810ab6f906e4d5a6bd07537a1 Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Thu, 22 Feb 2024 19:37:21 +0100 Subject: [PATCH 3/4] removed bg color --- src/assets/css/main.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/assets/css/main.css b/src/assets/css/main.css index 3921b89..f8f3d45 100755 --- a/src/assets/css/main.css +++ b/src/assets/css/main.css @@ -3250,7 +3250,8 @@ p { } .modern_ui_section .ui_images{ border-radius: 100%; - background-color: #fff; + /* background-color: #fff; */ + background-color: transparent; width: auto; height: auto; padding: 30px 10px; From 5414eca8f704c0c89e70c23818da3c7727bfb917 Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Thu, 22 Feb 2024 20:12:47 +0100 Subject: [PATCH 4/4] added bg color to circle --- src/assets/css/main.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/assets/css/main.css b/src/assets/css/main.css index f8f3d45..8d8bc40 100755 --- a/src/assets/css/main.css +++ b/src/assets/css/main.css @@ -3250,8 +3250,7 @@ p { } .modern_ui_section .ui_images{ border-radius: 100%; - /* background-color: #fff; */ - background-color: transparent; + background-color: #f9f4fe; width: auto; height: auto; padding: 30px 10px;