mirror of
https://github.com/alvierahman90/gronk.git
synced 2024-11-21 15:09:51 +00:00
make start and end of posts more clear
This commit is contained in:
parent
2b2cdcef79
commit
f94fd769cc
@ -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 }
|
||||
|
@ -68,7 +68,9 @@
|
||||
{{ content|safe }}
|
||||
|
||||
{% for post in posts %}
|
||||
<div class="blog_inline_post">
|
||||
{{ post['description']|safe }}
|
||||
</div>
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user