Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Englishnestpk authored Nov 22, 2024
1 parent 5165fe9 commit f1b0992
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand All @@ -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 */
Expand Down

0 comments on commit f1b0992

Please sign in to comment.