fix: styles + spacing

This commit is contained in:
Cory Dransfeldt 2023-07-02 22:30:39 -07:00
parent 91ad1fcdeb
commit bb808bfbd7
No known key found for this signature in database
5 changed files with 8 additions and 14 deletions

View file

@ -4,6 +4,6 @@ layout: main
{% include "header.liquid" %}
<div class="pt-12 prose dark:prose-invert hover:prose-a:text-blue-500 max-w-full">
<div class="pt-8 prose dark:prose-invert hover:prose-a:text-blue-500 max-w-full">
{{ content }}
</div>