Skip to content

Commit

Permalink
fix button on landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
hudadamar21 committed Jul 17, 2022
1 parent 8e43e98 commit a8ace51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ <h2 class="text-[30px] md:text-[40px] lg:text-[64px] leading-tight font-bold tex
{{ .Site.Params.Landing_description }}
</p>

<div class="mt-8 md:mt-12 flex flex-col md:flex-row items-center justify-center gap-5 lg:gap-12 w-full">
<a href="{{ .Site.Params.Learn_more_url }}" class="flex items-center justify-center w-full lg:w-auto px-5 lg:px-8 py-2.5 text-sm lg:text-base rounded-md bg-secondary hover:bg-black transition">
<div class="mt-8 md:mt-12 flex flex-col md:flex-row items-center justify-center gap-5 lg:gap-12 w-full md:w-auto">
<a href="{{ .Site.Params.Learn_more_url }}" class="flex items-center justify-center w-full lg:w-auto px-8 py-2.5 text-sm lg:text-base rounded-md bg-secondary hover:bg-black transition">
Learn More
</a>
<a href="{{ .Site.Params.Try_now_url }}" class="flex items-center justify-center w-full lg:w-auto gap-2 px-5 lg:px-8 py-2.5 text-sm lg:text-base rounded-md bg-primary hover:bg-primary/90 transition whitespace-nowrap">
<a href="{{ .Site.Params.Try_now_url }}" class="flex items-center justify-center w-full lg:w-auto gap-2 px-8 py-2.5 text-sm lg:text-base rounded-md bg-primary hover:bg-primary/90 transition whitespace-nowrap">
Try Now <img src="/assets/images/play-icon.svg" alt="play">
</a>
</div>
Expand Down
Loading

0 comments on commit a8ace51

Please sign in to comment.