Skip to content

Commit

Permalink
Merge pull request #1787 from Kaniii21/bug-fix-branch
Browse files Browse the repository at this point in the history
Bug footer fix branch
  • Loading branch information
akshitagupta15june authored Jun 8, 2024
2 parents 1d03b5b + e333caa commit affa8a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion index light.html
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ <h5 class="text-gray-800 md:text-[40px] font-bold mb-2 text-center">CONTACT US</
<img class="rounded-full w-[80px] h-[80px]" src="./Assets/Images/logo.jpg" alt="logo" />
</a>
<div class="flex flex-col justify-start flex-auto grow-[2]">
<span class="text-4xl text-gray-100 pb-[8px]">Adopt today</span>
<span class="text-4xl" style="color:#1f2323;">Adopt today</span>
<span class="text-lg text-gray-800">Give life to a needed animal</span>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@ <h2 class="text-3xl mt-1 mb-2 text-center bold-500 text_3">
</a>
</div>
<div>
<div class="space-y-2">
<div class="space-y-2 " style="color:#f1f5f9;">
<h3 class="text-2xl font-medium">Adopt a pet</h3>
<div>Give life to an animal in need</div>
</div>
Expand All @@ -773,8 +773,8 @@ <h3 class="text-2xl font-medium">Adopt a pet</h3>
<!-- Subscribe column -->
<div class="md:flex flex-col hidden text-center items-center flex-1">
<form id="subscription-form">
<div class="space-y-2">
<h3 class="text-2xl font-medium">Subscribe to our newsletter</h3>
<div class="space-y-2" style="color:#f1f4f9">
<h3 class="text-2xl text-center" style="color:#f1f5f9">Subscribe to our newsletter</h3>
<div class="text-md">
Get the latest news and updates delivered straight to your inbox.
</div>
Expand Down

0 comments on commit affa8a7

Please sign in to comment.