From 0da381e16af0ddd429e42b144e424fcfd3764109 Mon Sep 17 00:00:00 2001 From: Marne <ms@laquadrature.net> Date: Tue, 6 Nov 2018 13:40:43 +0100 Subject: [PATCH] Update perso.html --- app/view/user/perso.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/view/user/perso.html b/app/view/user/perso.html index cb98402..1e10916 100644 --- a/app/view/user/perso.html +++ b/app/view/user/perso.html @@ -371,7 +371,9 @@ </div><!-- / Hoopi --> </check> <check if="{{ count(@adresses) < 10 }}"> - <h3>Veuillez ajouter une adresse postale <a href="#headingInfos" for="adresses">ici</a></h3> + <div class="col-md-8 col-md-offset-2"> + <h3>Veuillez ajouter une adresse postale <a href="#headingInfos" for="adresses">ici</a></h3> + </div> </check> <check if="{{ count(@adresses) > 10 }}"> <div class="col-md-8 col-md-offset-2"><!-- Adresse --> -- GitLab