diff --git a/source/components/Controls.css b/source/components/Controls.css index d223e63e7..554a23c36 100644 --- a/source/components/Controls.css +++ b/source/components/Controls.css @@ -4,22 +4,22 @@ } #controlsBlock h3 { - text-align: center; margin: 0 0 0.6em; border-bottom-width: 1px; border-bottom-style: solid; + width: 5.5em; + margin: 0.6em auto; + text-align: center; } #controlsBlock #controlContent { font-size: 90%; - display: flex; - align-items: center; - justify-content: center; - flex-wrap: wrap; } p#controlExplanation { margin: 0.3em 0 0.6em; + display: flex; + justify-content: center; } /*Disable links visually */ @@ -40,4 +40,5 @@ p#controlExplanation { #controlsBlock #solution { display: flex; align-items: center; + justify-content: center; } diff --git a/source/components/Controls.js b/source/components/Controls.js index e04da3770..c9a42acd1 100644 --- a/source/components/Controls.js +++ b/source/components/Controls.js @@ -32,7 +32,7 @@ function Controls({ blockingInputControls, controls, startConversation }) { level === 'avertissement' ? '#e67e22' : '#34495e' }}> {level === 'avertissement' - ? 'Attention !' + ? 'Attention' : 'Information'}

{makeJsx(evaluated)}