Add division line between post metadata and content

This commit is contained in:
Jonas Tobias Hopusch 2022-02-06 03:03:19 +01:00
parent e32cf4f8f7
commit e3a53737fc
Failed to generate hash of commit
2 changed files with 5 additions and 0 deletions

View File

@ -114,6 +114,10 @@ td, th {
display: inline;
}
#last-article-metadata {
margin-bottom: 1rem;
}
@media (max-width: 20rem), (max-width: 300px) {
* {
word-wrap: break-word;

View File

@ -25,5 +25,6 @@
>
</p>
{% endif %}
<hr id="last-article-metadata" />
<div>{{ page.content | safe }}</div>
{% endblock content %}