standardizing heading fonts

This commit is contained in:
Drew
2025-04-02 15:53:04 -06:00
parent 7c5307ea3f
commit 65d93c6d25
7 changed files with 8 additions and 28 deletions

View File

@ -29,7 +29,7 @@
{{- if gt (len $finalArticles) 0 -}}
<div class="related-articles flex flex-col gap-4">
<h2 class="title text-3xl">Related Articles</h2>
<h2 class="title text-3xl font-bold">Related Articles</h2>
<ul class="flex flex-col gap-4 w-full">
{{ partial "article-list" (dict "Pages" $finalArticles) }}
</ul>