chore: consistent media grid spacing
This commit is contained in:
parent
2969163164
commit
f287c5fd61
4 changed files with 9 additions and 8 deletions
|
@ -3,7 +3,7 @@
|
|||
{% tablericon "calendar-time" "Anticipated albums" %}
|
||||
Anticipated albums
|
||||
</h2>
|
||||
<ul>
|
||||
<ul class="media__links">
|
||||
{% for album in albumReleases %}
|
||||
<li>
|
||||
<strong>{{ album.date | readableDate }}: </strong>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
{% tablericon "link" "Links" %}
|
||||
Links
|
||||
</h2>
|
||||
<ul>
|
||||
<ul class="media__links">
|
||||
{% for link in links limit: 5 %}
|
||||
<li>
|
||||
<a class="no-underline" href="{{link.url}}" title="{{link.title | escape}}">
|
||||
|
|
Reference in a new issue