X-Git-Url: https://git.cweiske.de/stouyapi.git/blobdiff_plain/4d2b9288d5403294fe6541358341986910e43c36..3771acf28944bb6d7e82bc425e7745c5524ae199:/www/ouya-game.css diff --git a/www/ouya-game.css b/www/ouya-game.css index ce23fdd..22560e0 100644 --- a/www/ouya-game.css +++ b/www/ouya-game.css @@ -1,7 +1,12 @@ +html { + height: 100%; +} body { + min-height: 100%; background-color: #333; background-image: url("bg_details.jpg"); background-size: cover; + background-attachment: fixed; color: #CCC; font-family: sans; margin: 0; @@ -170,8 +175,8 @@ nav a { .popup { position: fixed; - top: 2rem; - right: 2rem; + top: 1.5rem; + right: 1.5rem; width: 20rem; padding: 1rem; background-color: black;