fix: author card bio text size

This commit is contained in:
2026-05-09 18:51:33 +02:00
parent d4dcd61e88
commit dade82664e
+1 -1
View File
@@ -33,7 +33,7 @@
{{ .Params.name | default .Title }} {{ .Params.name | default .Title }}
</a> </a>
{{- with .Params.bio -}} {{- with .Params.bio -}}
<p class="text-fog text-sm leading-relaxed line-clamp-2 font-body">{{ . }}</p> <p class="text-fog text-md leading-relaxed line-clamp-2 font-body">{{ . }}</p>
{{- end -}} {{- end -}}
</div> </div>
</div> </div>