chore: tweak fonts

This commit is contained in:
Cory Dransfeldt 2023-12-25 16:52:45 -08:00
parent 54ef60302b
commit 353cc64113
No known key found for this signature in database
2 changed files with 1 additions and 9 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-black leading-tight pb-5 md:pb-0">
<h1 class="text-2xl md:text-3xl font-bold 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