adjusted font size for post records

This commit is contained in:
rawleyIfowler
2022-02-25 21:34:46 -06:00
parent 0f37dd0786
commit 81b2a9a7f9
2 changed files with 7 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
{{ range $val := . }}
<div class="post-record">
<div>
<a href="/blog/post/{{ $val.Url }}">{{ $val.Title }}</a>
<a class="post-record-title" href="/blog/post/{{ $val.Url }}">{{ $val.Title }}</a>
</div>
<div>
{{ $val.Date }}