chore: standardize formatting

This commit is contained in:
Cory Dransfeldt 2023-03-25 12:53:13 -07:00
commit a0d064be6a
No known key found for this signature in database
58 changed files with 971 additions and 1673 deletions
src/_includes

View file

@ -1,6 +1,6 @@
<div class="flex flex-col md:flex-row md:items-center md:justify-between pt-5 md:pt-10">
<h1 class="text-2xl md:text-3xl font-black leading-tight hover:text-purple-500 dark:text-gray-200 dark:hover:text-purple-400 pb-5 md:pb-0">
<a href="/">{{ site.title }}</a>
</h1>
{% include "nav.liquid" %}
</div>
<h1 class="text-2xl md:text-3xl font-black leading-tight hover:text-purple-500 dark:text-gray-200 dark:hover:text-purple-400 pb-5 md:pb-0">
<a href="/">{{ site.title }}</a>
</h1>
{% include "nav.liquid" %}
</div>