Fix center select name modal

This commit is contained in:
Gregoire Parant 2021-04-20 18:58:19 +02:00
parent 2c862fe7e7
commit 09d5e0b689
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@
border: 1px solid #42464b;
border-radius: 6px;
margin: 20px auto 0;
width: 200px;
width: 90%;
max-width: 200px;
height: 200px;
}
#loginScene h1 {