line height fix, read more button

This commit is contained in:
ParkerTenBroeck 2026-01-17 19:22:23 -05:00
parent 6950c0772c
commit 5d0552c531
4 changed files with 4 additions and 0 deletions

View file

@ -13,6 +13,7 @@
<div class="description">
{{page.description | markdown | safe}}
</div>
<a href="{{ page.permalink }}">Read more -></a>
</article>
{%- endmacro -%}