Skip to content

Commit

Permalink
Update CallToAction.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
markteekman committed Feb 19, 2023
1 parent fae9f38 commit f8e6740
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/CallToAction.astro
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="container">
<div class="call-to-action mt-24 mb-32 flex flex-col items-center gap-12 rounded-xl p-24">
<h2 class="text-center text-5xl">Get this theme on GitHub</h2>
<a href="https://github.com/markteekman/accessible-astro-starter" class="text-lg"> Use this theme</a>
<div class="call-to-action mt-24 mb-32 flex flex-col items-center gap-12 rounded-xl p-12 md:p-24">
<h2 class="text-center text-3xl md:text-5xl">Get this theme on GitHub</h2>
<a href="https://github.com/markteekman/accessible-astro-starter" class="text-center text-lg"> Use this theme</a>
</div>
</div>

Expand Down

0 comments on commit f8e6740

Please sign in to comment.