From bc57b7c4c0b0ff68d4701650fd397951dbfa3af2 Mon Sep 17 00:00:00 2001 From: Hugo <hnouts@grandlyon.com> Date: Mon, 16 Nov 2020 15:11:50 +0100 Subject: [PATCH] fix font size footer button + text content --- index.html | 10 ++++++---- style.css | 2 +- style.scss | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 28f635b..74a6206 100644 --- a/index.html +++ b/index.html @@ -57,7 +57,7 @@ target="_blank" class="button robots-nocontent" > - <img src="assets/ecolyo-icon.svg" alt="ecolyo-icon" /> Candidater + <img src="assets/ecolyo-icon.svg" alt="ecolyo-icon" /> Devenir testeur </a> </div> <div class="content-img desktop-illu"> @@ -76,7 +76,7 @@ <p class="text-18-white-padding"> Ecolyo vous permet de centraliser le suivi de vos consommations en fonction de votre installation <br />en utilisant votre ou vos - compteur(s) communiquant(s) + compteur(s) communiquant(s). </p> <div class="compteurs"> <div class="bloc elec-color"> @@ -157,7 +157,8 @@ <div class="text-content"> <h2 class="text-36-white">Tester Ecolyo</h2> <p class="text-18-white-padding"> - Candidatez à l'expérimentation Ecolyo pour tester le service avant sa sortie à grande échelle. <br /> + Candidatez à l'expérimentation Ecolyo pour tester le service avant sa sortie grand public. <br /> + Si vous êtes éligibles vous aurez accès directement au service en fin de questionnaire. <br /> Une fois inscrit, vous pourrez nous partager vos ressentis et vos idées d'améliorations ! </p> <div class="center-button"> @@ -165,7 +166,8 @@ href="https://metropoledelyon.typeform.com/to/p5VoVLPm" target="_blank" class="button robots-nocontent" - > Candidater + > + <img src="assets/ecolyo-icon.svg" alt="ecolyo-icon" /> Devenir testeur </a> </div> </div> diff --git a/style.css b/style.css index 5899cd6..94d5593 100644 --- a/style.css +++ b/style.css @@ -818,7 +818,7 @@ footer .content .info a { } .test-ecolyo .content .button { width: 100%; - font-size: 0.95rem; + font-size: 1.25rem; padding: 1rem; text-align: center; } diff --git a/style.scss b/style.scss index 66d4a13..bdd2611 100644 --- a/style.scss +++ b/style.scss @@ -548,7 +548,7 @@ footer { padding: 2rem 0; .content .button { width: 100%; - font-size: 0.95rem; + font-size: 1.25rem; padding: 1rem; text-align: center; } -- GitLab