fix: author card bio text size
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user