fix: list spacing

This commit is contained in:
Cory Dransfeldt 2024-01-07 10:59:29 -08:00
parent bad838c329
commit 4774b5832c
No known key found for this signature in database
2 changed files with 7 additions and 2 deletions

View file

@ -10,7 +10,7 @@
{% tablericon "flame" "Popular" %} {% tablericon "flame" "Popular" %}
Popular posts Popular posts
</h2> </h2>
<ul> <ul class="link__list">
{% for post in posts limit: 5 %} {% for post in posts limit: 5 %}
<li> <li>
<a class="no-underline" href="{{post.url}}" title="{{ post.data.title | escape}}"> <a class="no-underline" href="{{post.url}}" title="{{ post.data.title | escape}}">

View file

@ -313,8 +313,13 @@ ul, ol {
} }
li { li {
margin-top: 1rem;
margin-bottom: 1rem;
}
.link__list li {
margin-top: .375rem; margin-top: .375rem;
margin-bottom: .5rem; margin-bottom: .375rem;
} }
.link__list, .link__list,