center explanation text (#27182)

This commit is contained in:
Serghei Mihai 2018-10-10 10:09:44 +02:00
parent 460def09da
commit fa9c460eed
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
div#fc-button-wrapper {
div#fc-button-wrapper, div#fc-explanation-text {
padding: 20px 0px 20px 0px;
text-align: center;
width: 100%;

View File

@ -1,5 +1,6 @@
{% load i18n %}
{% block fc-explanation %}
<div id="fc-explanation-text">
<p>
<a href="{{ about_url }}" target="_blank">{% trans "What is FranceConnect?" %}</a>
</p>
@ -7,4 +8,5 @@
FranceConnect is the solution proposed by the French state to streamline
logging in online services. You can use to connect to your account.
{% endblocktrans %}</p>
</div>
{% endblock %}