release notes ("Update notes") for razer forge tv
[stouyapi.git] / www / ouya-discover.css
index 26fd0832be170e89913ed8b388587d0fae118839..64a741ff75a5dfcc332c336e39fe0c04b87a4d66 100644 (file)
@@ -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;