fix: spacing

This commit is contained in:
Cory Dransfeldt 2024-04-17 09:32:19 -07:00
parent 2b7967c4f9
commit 4067148658
No known key found for this signature in database
5 changed files with 12 additions and 12 deletions

View file

@ -5,7 +5,7 @@ pagination:
data: links
size: 30
---
<ul class="link-list">
<ul class="link-list reduced-spacing">
{% for link in pagination.items %}
<li>
<a href="{{ link.url }}">{{ link.title }}</a>