Revert "chore: tweak fonts"

This reverts commit 353cc64113.
This commit is contained in:
Cory Dransfeldt 2023-12-25 16:54:53 -08:00
parent 353cc64113
commit 36d1be5581
No known key found for this signature in database
2 changed files with 9 additions and 1 deletions

View file

@ -1,5 +1,5 @@
<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-bold leading-tight pb-5 md:pb-0">
<h1 class="text-2xl md:text-3xl font-black leading-tight pb-5 md:pb-0">
<a class="text-gray-700 dark:text-white" href="/">{{ meta.siteName }}</a>
</h1>
{% render "partials/nav/menu.liquid", page: page, nav: nav %}

File diff suppressed because one or more lines are too long