From 0c3867c404e29a3dc74e8cb85c6d2a4f8a5b3814 Mon Sep 17 00:00:00 2001 From: Milind Date: Sat, 12 Dec 2020 17:25:51 +0530 Subject: [PATCH] removed aling-items from service bottom to make sure all service items stay of same height --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 62948890..b8ab6fa5 100644 --- a/style.css +++ b/style.css @@ -278,7 +278,7 @@ p { } #services .service-bottom { display: flex; - align-items: center; + /* align-items: center; */ justify-content: center; flex-wrap: wrap; margin-top: 50px;