Skip to content

Commit

Permalink
Update Services.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Tejas-Sawant-iffort authored Oct 10, 2024
1 parent 51470f5 commit c830d56
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions Services.html
Original file line number Diff line number Diff line change
Expand Up @@ -262,13 +262,9 @@
}
}

.right{
margin-right:10%;
}

.left{
margin-left:10%;
}



@media (max-width: 768px) {
.logo {
Expand All @@ -278,6 +274,8 @@
.logo img {
max-width: 150px; /* Resize the logos for mobile */
margin-bottom: 10px; /* Reduce bottom margin on smaller screens */
margin-left:0px;
margin-right:0px;

}
}
Expand All @@ -292,8 +290,8 @@
<div class="glass-container">
<!-- Logo Section -->
<div class="logo" style="display: flex; justify-content: center; align-items: center;">
<img src="GGWhiteLogo24.png" alt="GG White Logo" class="left" style="max-width: 200px;margin:auto;margin-bottom:20px;" >
<img src="iffort.ai-logo.svg" alt="Iffort Logo" class="right" style="max-width: 250px;margin:auto;margin-bottom:20px;">
<img src="GGWhiteLogo24.png" alt="GG White Logo" style="max-width: 200px;margin:auto;margin-bottom:20px;margin-left:10%;" >
<img src="iffort.ai-logo.svg" alt="Iffort Logo" class="right" style="max-width: 250px;margin:auto;margin-bottom:20px;margin-right:10%;">
</div>


Expand Down

0 comments on commit c830d56

Please sign in to comment.