Add more margin below metadata

This commit is contained in:
Gabriel Augendre 2022-06-28 23:25:20 +02:00
parent 5d61dbd251
commit 27d7116c1f
2 changed files with 5 additions and 1 deletions

View file

@ -45,3 +45,7 @@ a.tag:not(:first-of-type):before {
color: var(--nc-tx-1);
text-decoration: none;
}
#metadata {
margin-bottom: 1.5rem;
}

View file

@ -1,4 +1,4 @@
<p>
<p id="metadata">
Published on {% include "articles/snippets/datetime.html" %}
&centerdot; {{ article.get_read_time }} min read
{% include "articles/snippets/admin_link.html" %}