Réintroduction de l'incitation à compredre les résultats

pull/105/head
mama 2017-10-19 17:05:24 +02:00
parent 66c839f42e
commit 7debf91a34
2 changed files with 8 additions and 1 deletions

View File

@ -73,7 +73,13 @@
}
#results #incitation {
text-align: center;
font-style: italic;
opacity: 0.9;
font-size: 85%;
margin-bottom: .1em;
}
@media (max-width: 1280px) {

View File

@ -52,6 +52,7 @@ export default class Results extends Component {
<RuleValueVignette {...rule} conversationStarted={conversationStarted} />
</li>)}
</ul>
<div id="incitation">Cliquez pour comprendre chaque calcul !</div>
</section>
)
}