moved "no gamepad" information to top

This commit is contained in:
Michaël Ferrand 2017-05-04 10:45:14 +02:00 committed by GitHub
parent 2b4661cf62
commit a3ea853274

View File

@ -4,7 +4,7 @@ body {
} }
.no-gamepad { .no-gamepad {
position: absolute; position: absolute;
bottom: 0; top: 20px;
display: none; display: none;
width: 100vw; width: 100vw;
line-height: 2em; line-height: 2em;