chore: spacing + remove unnecessary classes
This commit is contained in:
parent
0ad74b716d
commit
c1f78b90e1
6 changed files with 10 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
|||
{% if popularPosts.size > 0 %}
|
||||
<h3 class="link-list-header flex-centered">
|
||||
<h3 class="flex-centered">
|
||||
{% tablericon "flame" "Popular" %}
|
||||
Popular posts
|
||||
</h3>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{% if links.size > 0 %}
|
||||
<h3 id="links" class="link-list-header flex-centered">
|
||||
<h3 id="links" class="flex-centered">
|
||||
{% tablericon "link" "Links" %}
|
||||
Recent links
|
||||
</h3>
|
||||
|
|
Reference in a new issue