More centred loading
This commit is contained in:
parent
17aaee56ad
commit
e4a7479f19
@ -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"
|
||||
}
|
@ -62,6 +62,6 @@ footer .link:after {
|
||||
margin: 0;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
left: calc(50% - 4em);
|
||||
transform: translateY(-50%);
|
||||
}
|
Loading…
Reference in New Issue
Block a user