diff templates/default/social_contract/social_contract.html @ 8:dc880664a8ec

modernisation of the theme using Bulma
author Goffi <goffi@goffi.org>
date Fri, 16 Apr 2021 18:51:12 +0200
parents 09d66acc7c73
children
line wrap: on
line diff
--- a/templates/default/social_contract/social_contract.html	Tue May 26 12:38:56 2020 +0200
+++ b/templates/default/social_contract/social_contract.html	Fri Apr 16 18:51:12 2021 +0200
@@ -1,8 +1,10 @@
 {% if not embedded %}{% extends 'base/base.html' %}{% endif %}
 
 {% block body %}
-<h1 class="page__title">{% trans %}Salut à Toi Social Contract{% endtrans %}</h1>
-<div class="box box--zero box--medium box__content">
-    {{social_contract}}
+<div class="section container has-background-white">
+    <h1 class="title">{% trans %}Salut à Toi Social Contract{% endtrans %}</h1>
+    <div class="content has-text-justified">
+        {{social_contract}}
+    </div>
 </div>
 {% endblock body %}