Skip to content

Commit

Permalink
feat: fixing design style and update code
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammadranju committed Aug 22, 2024
1 parent 52c857e commit db059fc
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -222,22 +222,22 @@ <h1 class="lg:text-6xl text-4xl font-extrabold text-darkColor_1">
with the warmth of natural materials, offering a timeless yet
cutting-edge living experience.
</p>
<div
class="md:flex lg:flex-col md:space-x-3 lg:space-y-5 space-y-4"
>
<div class="flex bg-white p-5 text-start rounded-xl space-x-6">
<div class="md:flex lg:flex-col lg:space-y-5 space-y-4">
<!-- -->
<div class="flex bg-white p-5 rounded-xl text-start space-x-6">
<img
src="./assets/commercial.png"
class="lg:w-fit w-10 lg:h-auto h-10"
alt=""
/>
<div>
<h3 class="font-extrabold text-xl">Mission Statement</h3>
<p class="font-medium lg:w-3/5">
<p class="text-darkColor_2 font-medium lg:w-3/5">
Clearly articulate your company's mission and values.
</p>
</div>
</div>

<div class="flex bg-white p-5 rounded-xl text-start space-x-6">
<img
src="./assets/residential.png"
Expand All @@ -251,6 +251,7 @@ <h3 class="font-extrabold text-xl">Team Profiles</h3>
</p>
</div>
</div>
<!-- -->
</div>
</div>
<div class="lg:mt-0 mt-5 lg:ml-32 md:ml-0">
Expand Down

0 comments on commit db059fc

Please sign in to comment.