Base font size 15.5 -> 18 (maybe 17?)

This commit is contained in:
Simon Martens
2025-09-21 23:54:03 +02:00
parent 163cf5fb34
commit cfa5221de0
9 changed files with 24 additions and 24 deletions

View File

@@ -53,7 +53,7 @@
{{ $a := index $agents $id }}
<div class="mx-3">
<a href="#author-{{ $id }}"
class="block px-2 py-0.5 text-lg text-gray-900 scrollspy-link no-underline box-content relative z-10 scrollspy-hover"
class="block px-2 py-0.5 text-gray-900 scrollspy-link no-underline box-content relative z-10 scrollspy-hover"
data-target="author-{{ $id }}">
{{ index $a.Names 0 }}
</a>