From 712fbfb64f39d3a8a8878a8ee5a18a26e3fba4a1 Mon Sep 17 00:00:00 2001 From: Avez khan <126850111+Itsavezkhan@users.noreply.github.com> Date: Mon, 3 Apr 2023 18:53:44 +0530 Subject: [PATCH 1/2] Service-items centred --- style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 3f690465..f66dc685 100644 --- a/style.css +++ b/style.css @@ -288,6 +288,7 @@ p { display: flex; align-items: flex-start; justify-content: center; + align-items: center; flex-direction: column; padding: 30px; border-radius: 10px; @@ -313,6 +314,7 @@ p { height: 80px; width: 80px; margin-bottom: 20px; + } #services .service-item h2 { font-size: 2rem; @@ -322,7 +324,7 @@ p { } #services .service-item p { color: white; - text-align: left; + text-align: center; } /* End Services Section */ From c49919aba5a8e79cfd7f797eb9905d1d540dd43c Mon Sep 17 00:00:00 2001 From: Avez khan <126850111+Itsavezkhan@users.noreply.github.com> Date: Mon, 3 Apr 2023 19:14:55 +0530 Subject: [PATCH 2/2] service-items updated --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index f66dc685..73ea1450 100644 --- a/style.css +++ b/style.css @@ -312,7 +312,7 @@ p { } #services .service-bottom .icon { height: 80px; - width: 80px; + width: 82px; margin-bottom: 20px; }