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