Skip to content

Commit

Permalink
Cosmetic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad Javed authored and Mohammad Javed committed Sep 17, 2024
1 parent 1981d67 commit 8b1a34b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/components/coming-soon/coming-soon.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@

<div class="flex-col justify-center items-center gap-10 flex">
<div class="flex-col justify-start items-center gap-2.5 flex">
<img src="angularui-white-logo.svg" alt="angularui logo image" class="object-cover h-24">
<p class="text-center text-gray-500 font-normal leading-relaxed text-3xl">A Powerful UI Component Library for Angular, Styled with Tailwind CSS
<img src="angularui-white-logo.svg" alt="angularui logo image" class="object contain h-24">
<p class="text-center text-gray-500 font-normal leading-relaxed md:text-3xl">A Powerful UI Component Library for Angular, Styled with Tailwind CSS
Simplify your development with beautiful, reusable components. Stay tuned!</p>
</div>
</div>
</div>
<p class="text-center text-gray-500 text-lg font-normal leading-snug">Get in touch for more updates: <a href="https://x.com/immohammadjaved" target="_blank" class="hover:text-gray-100 transition-all duration-700 ease-in-out"> &#64;immohammadjaved</a></p>
<p class="text-center text-gray-500 md:text-lg font-normal leading-snug">Get in touch for more updates: <a href="https://x.com/immohammadjaved" target="_blank" class="hover:text-gray-100 transition-all duration-700 ease-in-out text-purple-700"> &#64;immohammadjaved</a></p>
</div>
</div>
</section>
Expand Down

0 comments on commit 8b1a34b

Please sign in to comment.