margins of articles to be more center screen than full width added

This commit is contained in:
SURYAVANSHI SNEHAL BALKRISHNA 2020-10-15 16:16:41 +05:30
parent bbf47fe354
commit c0dc9d3c97
12 changed files with 17 additions and 8 deletions

View file

@ -14,6 +14,7 @@
{% block title %} – {{ page.title }}{% endblock %}
{% block content %}
<div class="container">
<article class="single">
<header>
{% import 'partial/translations.html' as translations with context %}
@ -26,4 +27,5 @@
{% block after_content %}{% endblock %}
</div>
</article>
</div>
{% endblock %}