diff --git a/app/view/user/perso.html b/app/view/user/perso.html index 3794aa0adf8f518ba4c5a0cf18451a2e9f9e139b..564f7517134334e12fdcdb13e17c26ecf8352512 100644 --- a/app/view/user/perso.html +++ b/app/view/user/perso.html @@ -158,7 +158,7 @@ - + {{ _("Vos dons")}} @@ -197,7 +197,7 @@ - + {{ _("Demander des contreparties")}} diff --git a/www/static/css/custom.css b/www/static/css/custom.css index 8c66f41a9ae5110f7e396b9a9b412e314ca75f9e..3d878d495a22559cfdf747cd70f7c1d48998b43f 100644 --- a/www/static/css/custom.css +++ b/www/static/css/custom.css @@ -43,7 +43,7 @@ button.c-boutonslongs, input.c-boutonslongs { button.c-boutonscourts, input.c-boutonscourts { background-color : #2f5188; color: #fff; - margin: 2em 0; + margin: 2em auto; font-size: 1.2em; } @@ -129,7 +129,9 @@ padding: 0 15px; #vosdons .col-md-4 { width: 50%; } - +#wrapper h2 { + margin-left: 1em; +} /* Page d'accueil */ @@ -174,6 +176,7 @@ padding: 0 15px; } .btn-lg { display:block; + margin:auto; }