SelectCharacterScene and CustomCharacterScene mobile version

This commit is contained in:
GRL 2021-06-02 12:00:35 +02:00
parent e9ec5f26aa
commit 5bd5245044
5 changed files with 11 additions and 14 deletions

View file

@ -107,11 +107,11 @@
}
@media only screen and (max-width: 800px) {
.customCharacterScene button.customCharacterSceneButtonLeft{
left: 10vw;
form.customCharacterScene button.customCharacterSceneButtonLeft{
left: 5vw;
}
.customCharacterScene button.customCharacterSceneButtonRight{
right: 10vw;
form.customCharacterScene button.customCharacterSceneButtonRight{
right: 5vw;
}
}