diff --git a/locales/fr.json b/locales/fr.json index e8b5446..4b6b4fa 100644 --- a/locales/fr.json +++ b/locales/fr.json @@ -18,5 +18,6 @@ "Set": "Définir", "Play the quizz": "Jouer une partie", "About this game": "À propos de ce jeu", - "Set language": "Modifier la langue" + "Set language": "Modifier la langue", + "Launch a quizz": "Launch a quizz" } \ No newline at end of file diff --git a/public/stylesheets/game.css b/public/stylesheets/game.css index efa9f25..720aaf2 100755 --- a/public/stylesheets/game.css +++ b/public/stylesheets/game.css @@ -62,6 +62,6 @@ footer .link:after { margin: 0; position: absolute; top: 50%; - left: 50%; + left: calc(50% - 4em); transform: translateY(-50%); } \ No newline at end of file