margins of articles to be more center screen than full width added
This commit is contained in:
parent
bbf47fe354
commit
c0dc9d3c97
12 changed files with 17 additions and 8 deletions
|
@ -13,6 +13,7 @@
|
|||
{% endif %}
|
||||
|
||||
{% for article in articles_page.object_list %}
|
||||
<div class="container">
|
||||
<article>
|
||||
<header>
|
||||
<h2><a href="{{ SITEURL }}/{{ article.url }}{% if not DISABLE_URL_HASH %}#{{ article.slug }}{% endif %}">{{ article.title }}</a></h2>
|
||||
|
@ -54,6 +55,7 @@
|
|||
<hr />
|
||||
{% endif %}
|
||||
</article>
|
||||
</div>
|
||||
{% endfor %}
|
||||
|
||||
{% include "partial/pagination.html" %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue