Add division line between post metadata and content

about-page
parent e32cf4f8f7
commit e3a53737fc
Failed to generate hash of commit

@ -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;

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

Loading…
Cancel
Save