From 45c80c46786d2132c336cdb2cbaef852ec450bc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Fri, 8 May 2015 22:46:25 +0200 Subject: [PATCH] =?UTF-8?q?mise=20=C3=A0=20jour=20du=20theme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pelicanyan/static/css/lanyon.css | 4 ++++ pelicanyan/templates/index.html | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/pelicanyan/static/css/lanyon.css b/pelicanyan/static/css/lanyon.css index 90a467d..4ffda8d 100644 --- a/pelicanyan/static/css/lanyon.css +++ b/pelicanyan/static/css/lanyon.css @@ -561,3 +561,7 @@ a.pagination-item:hover { blockquote { padding-right: 15px !important; } + +.content-title { + margin-bottom: 70px; +} diff --git a/pelicanyan/templates/index.html b/pelicanyan/templates/index.html index 6cb3df6..403a1ba 100644 --- a/pelicanyan/templates/index.html +++ b/pelicanyan/templates/index.html @@ -3,10 +3,10 @@
{% block content_title %} {% endblock %} -

Je suis Alexis Métaireau, développeur, intéressé par l'écologie, l'éducation, +

Je suis Alexis Métaireau, développeur, intéressé par l'écologie, l'éducation, l'apprentissage, le partage et la souveraineté populaire.

-

Vous pouvez jeter un oeil à la liste de mes projets passés ou en cours.

+

Vous pouvez jeter un oeil à la liste de mes projets passés ou en cours.

{% for article in articles_page.object_list %}