X-Git-Url: https://git.cweiske.de/stouyapi.git/blobdiff_plain/aacb31214f4dd173618442031654ef0ac96cf50b..3771acf28944bb6d7e82bc425e7745c5524ae199:/www/ouya-discover.css diff --git a/www/ouya-discover.css b/www/ouya-discover.css index 26fd083..64a741f 100644 --- a/www/ouya-discover.css +++ b/www/ouya-discover.css @@ -1,7 +1,11 @@ +html { + height: 100%; +} body { + min-height: 100%; background-color: #333; background-image: url("bg.jpg"); - background-size: 100vw auto; + background-size: cover; background-attachment: fixed; color: #CCC; font-family: sans; @@ -63,6 +67,7 @@ a { } .tile img { width: 20vw; + height: auto; } h3 { margin: 0;