From 5fec200564419745c759f82306406b6807013570 Mon Sep 17 00:00:00 2001 From: kasperrt Date: Tue, 30 Dec 2014 21:39:02 +0100 Subject: [PATCH] Updated mediaqueries to fit only mobile --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 876786f3..05fccfdd 100755 --- a/static/style.css +++ b/static/style.css @@ -96,7 +96,7 @@ input[type="radio"]{display: none;} @-webkit-keyframes fadered{from {background-color:rgba(255,0,0,0.4);}to{background-color: rgba(255,255,255,0);}}@keyframes fadered{background-color: rgba(255,0,0,0.4);}to{background-color: rgba(255,255,255,0);}}@-moz-keyframes fadered{from{background-color: rgba(255,0,0,0.4);}to{background-color: rgba(255,255,255,0);}}@-o-keyframes fadered{background-color: rgba(255,0,0,0.4);}to{background-color: rgba(255,255,255,0);} -@media (max-width: 1000px) { +@media only screen and (max-device-width: 1000px) { #controls{display:none;} body{background-color: #2F2F2F;} .bgimage{background-image: none;position:fixed;background-size:500%;background-color:black;-webkit-filter: blur(0px) brightness(0);}