From d2ec7f6e0db9ed2f203e92add255da32b55ceab3 Mon Sep 17 00:00:00 2001
From: Alexandre Iooss <erdnaxe@crans.org>
Date: Fri, 21 Feb 2020 10:52:07 +0100
Subject: [PATCH] Do not justify everything

---
 templates/base.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/base.html b/templates/base.html
index 12b4cf79..81ebed37 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -101,7 +101,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
                 {% block sidebar %}
                 {% endblock %}
             </div>
-            <div class="col-md-10 text-justify">
+            <div class="col-md-10">
                 {% block contenttitle %}<h1>{{ title }}</h1>{% endblock %}
                 {% block content %}
                     <p>Default content...</p>
-- 
GitLab