From a3ea853274fdbc6ef62fe41ba76a8d7b1c0b5891 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Ferrand?= Date: Thu, 4 May 2017 10:45:14 +0200 Subject: [PATCH] moved "no gamepad" information to top --- css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/main.css b/css/main.css index b6af9b3..fa3fe96 100644 --- a/css/main.css +++ b/css/main.css @@ -4,7 +4,7 @@ body { } .no-gamepad { position: absolute; - bottom: 0; + top: 20px; display: none; width: 100vw; line-height: 2em;