fix: catalogue style

This commit is contained in:
Devin Haska 2024-02-25 20:21:58 -08:00
parent 35f47a6f61
commit 9e4372cf3d

View file

@ -5,8 +5,8 @@
<div>
<a href="{{ post.url }}">{{ post.data.title }}</a>
</div>
<div class="[ font-size-s line-height-s flex items-center ]"><p class="[ bg-surface text-primary p-0.5 radius-0.25 ]">{{ post.data.tags[1] }}</p></div>
<div class="[ text-fadeText line-height-m flex items-center ]">{{ post.data.date | formatDate("MM/DD") }}</div>
<div class="[ font-size-s line-height-s ]"><p class="[ bg-surface text-primary p-0.5 radius-0.25 ]">{{ post.data.tags[1] }}</p></div>
<div class="[ text-fadeText ]">{{ post.data.date | formatDate("MM/DD") }}</div>
</li>
{% endfor %}
</ul>