Add more margin below metadata
This commit is contained in:
parent
5d61dbd251
commit
27d7116c1f
2 changed files with 5 additions and 1 deletions
|
@ -45,3 +45,7 @@ a.tag:not(:first-of-type):before {
|
||||||
color: var(--nc-tx-1);
|
color: var(--nc-tx-1);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#metadata {
|
||||||
|
margin-bottom: 1.5rem;
|
||||||
|
}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<p>
|
<p id="metadata">
|
||||||
Published on {% include "articles/snippets/datetime.html" %}
|
Published on {% include "articles/snippets/datetime.html" %}
|
||||||
· {{ article.get_read_time }} min read
|
· {{ article.get_read_time }} min read
|
||||||
{% include "articles/snippets/admin_link.html" %}
|
{% include "articles/snippets/admin_link.html" %}
|
||||||
|
|
Reference in a new issue