style: reformat
Reformat files using Prettier and Rustywind. I tried the official Tailwind CSS Prettier plugin but it was erroring when trying to run it - I assume because I'm using Astro's Tailwind integration.
This commit is contained in:
parent
f2dc5ad235
commit
a33f269253
19 changed files with 111 additions and 113 deletions
|
|
@ -11,7 +11,7 @@ price: 199
|
|||
- Once payment is received, you’ll obtain a link to schedule a meeting in my calendar.
|
||||
- The meeting will take place over Zoom.
|
||||
|
||||
<a class="my-4 py-2 px-5 inline-block rounded-lg border-2 border-blue-primary text-lg bg-blue-primary text-white no-underline transition-colors duration-200 hover:bg-white hover:text-blue-primary" href={frontmatter.link}>Book your call now →</a>
|
||||
<a class="inline-block py-2 px-5 my-4 text-lg text-white no-underline rounded-lg border-2 transition-colors duration-200 hover:bg-white border-blue-primary bg-blue-primary hover:text-blue-primary" href={frontmatter.link}>Book your call now →</a>
|
||||
|
||||
If you don’t find the call valuable, I’ll refund 100% of the cost.
|
||||
|
||||
|
|
@ -27,5 +27,5 @@ If you don’t find the call valuable, I’ll refund 100% of the cost.
|
|||
<aside class="p-6 my-8 border border-gray-300 dark:bg-gray-800 dark:border-gray-700" markdown="1">
|
||||
<h2 class="mt-0">Ready to book your call?</h2>
|
||||
|
||||
<a class="mt-4 py-2 px-5 inline-block rounded-lg border-2 border-blue-primary text-lg bg-blue-primary text-white no-underline transition-colors duration-200 hover:bg-white hover:text-blue-primary" href={frontmatter.link}>Book now for £{frontmatter.price} →</a>
|
||||
<a class="inline-block py-2 px-5 mt-4 text-lg text-white no-underline rounded-lg border-2 transition-colors duration-200 hover:bg-white border-blue-primary bg-blue-primary hover:text-blue-primary" href={frontmatter.link}>Book now for £{frontmatter.price} →</a>
|
||||
</aside>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue