From f1b0992c7eee907a6c551a32d904740bf7806cf1 Mon Sep 17 00:00:00 2001 From: Englishnestpk Date: Fri, 22 Nov 2024 06:33:52 +0500 Subject: [PATCH] Update index.html --- index.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index aea372d..48b35a7 100644 --- a/index.html +++ b/index.html @@ -2571,13 +2571,13 @@ display: flex; flex-wrap: wrap; justify-content: space-between; - gap: 8px; /* Adding gap between the boxes */ + gap: 0px; /* Adding gap between the boxes */ } /* Style for each box */ .servicesbox-mobile > div { background-color: var(--navy); - padding: 10px; + padding:0px; text-align: center; } @@ -2593,7 +2593,9 @@ color: var(--sky-blue); height: 100px; margin-top: 10px; - width: 35%; /* 50% width minus gap */ + margin-left:0; + margin-right:0; + width: 38%; /* 50% width minus gap */ } /* Centering the 7th box with 70% width */