refactor: use Tailwind CSS prose styles

This commit is contained in:
Oliver Davies 2023-04-22 21:57:02 +01:00
parent 84be97413d
commit f4bcae37db
14 changed files with 102 additions and 136 deletions

View file

@ -1,4 +1,5 @@
---
import Markdown from "./Markdown.astro";
const { intro } = Astro.props;
---
@ -55,9 +56,11 @@ const { intro } = Astro.props;
</div>
<footer class="px-4 mt-4 text-center">
<p>
Not sure? <a class="link" href="/archive">Browse the archive →</a>
</p>
<Markdown>
<p>
Not sure? <a class="link" href="/archive">Browse the archive &rarr;</a>
</p>
</Markdown>
</footer>
<style>