fix: list spacing
This commit is contained in:
parent
bad838c329
commit
4774b5832c
2 changed files with 7 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
|||
{% tablericon "flame" "Popular" %}
|
||||
Popular posts
|
||||
</h2>
|
||||
<ul>
|
||||
<ul class="link__list">
|
||||
{% for post in posts limit: 5 %}
|
||||
<li>
|
||||
<a class="no-underline" href="{{post.url}}" title="{{ post.data.title | escape}}">
|
||||
|
|
|
@ -313,8 +313,13 @@ ul, ol {
|
|||
}
|
||||
|
||||
li {
|
||||
margin-top: 1rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.link__list li {
|
||||
margin-top: .375rem;
|
||||
margin-bottom: .5rem;
|
||||
margin-bottom: .375rem;
|
||||
}
|
||||
|
||||
.link__list,
|
||||
|
|
Reference in a new issue