refactor: use Tailwind CSS prose styles
This commit is contained in:
parent
84be97413d
commit
f4bcae37db
14 changed files with 102 additions and 136 deletions
|
|
@ -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 →</a>
|
||||
</p>
|
||||
</Markdown>
|
||||
</footer>
|
||||
|
||||
<style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue