Made it easier to read the text on mobile

This commit is contained in:
Kasper Rynning-Tønnesen
2015-02-06 10:41:36 +01:00
parent 31cea89d18
commit a46d2f52e6

View File

@@ -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);}