From a46d2f52e6274186668b038221af270614cd03a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Fri, 6 Feb 2015 10:41:36 +0100 Subject: [PATCH] Made it easier to read the text on mobile --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index a5b2e425..a6566cdb 100755 --- a/static/style.css +++ b/static/style.css @@ -165,7 +165,7 @@ input[type="radio"]{display: none;} text-shadow: 0px 0px 12px rgba(0,0,0, 0.56); } #toptitle{color:white;font-weight:bold;text-shadow: 0px 0px 12px rgba(0,0,0, 0.5);} - #mobile-banner{background-repeat: no-repeat;background-position: center center;height:265px;position: absolute;top: -16px;z-index: -100;background-size: 100%;} + #mobile-banner{background-repeat: no-repeat;background-position: center center;height:200px;/*position: absolute;*/top: -16px;z-index: -100;background-size: 100%;} #settings{display:none;} #results{position:inherit;background-color: rgba(255,255,255,0.2);} #title{color:white;font-weight:bold;font-family: 'Open Sans', sans-serif;text-shadow: 0px 0px 12px rgba(0,0,0, 0.5);}