make start and end of posts more clear

This commit is contained in:
Akbar Rahman 2024-04-13 20:49:41 +01:00
parent 2b2cdcef79
commit f94fd769cc
Signed by: alvierahman90
GPG Key ID: 6217899F07CA2BDF
2 changed files with 8 additions and 0 deletions

View File

@ -104,6 +104,12 @@ mjx-container {
p.metadata { margin: 0 }
.blog_inline_post {
border-left: 1em solid var(--fg-lc);
padding: 0 1em 0 1em;
margin-bottom: 5em;
}
@media (max-width: 80em) {
/* CSS that should be displayed if width is equal to or less than 60em goes here */
#contentWrapper { flex-direction: column }

View File

@ -68,7 +68,9 @@
{{ content|safe }}
{% for post in posts %}
<div class="blog_inline_post">
{{ post['description']|safe }}
</div>
{% endfor %}
{% endif %}