More centred loading
This commit is contained in:
parent
17aaee56ad
commit
e4a7479f19
@ -18,5 +18,6 @@
|
|||||||
"Set": "Définir",
|
"Set": "Définir",
|
||||||
"Play the quizz": "Jouer une partie",
|
"Play the quizz": "Jouer une partie",
|
||||||
"About this game": "À propos de ce jeu",
|
"About this game": "À propos de ce jeu",
|
||||||
"Set language": "Modifier la langue"
|
"Set language": "Modifier la langue",
|
||||||
|
"Launch a quizz": "Launch a quizz"
|
||||||
}
|
}
|
@ -62,6 +62,6 @@ footer .link:after {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
left: 50%;
|
left: calc(50% - 4em);
|
||||||
transform: translateY(-50%);
|
transform: translateY(-50%);
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user