Mobile settings maybe?

This commit is contained in:
Kasper Rynning-Tønnesen
2015-02-15 14:46:50 +01:00
parent fd5f1b00a1
commit a3d10b0b1e

View File

@@ -540,6 +540,32 @@ input[type="radio"] {
} }
@media only screen and (max-device-width: 1000px) { @media only screen and (max-device-width: 1000px) {
.passbox {
height:53px;
font-size:40px;
}
#adminPanel{
height:570px;
font-size:40px;
}
.button{
font-size:40px;
}
.button[value="Shuffle"]{
margin-left:100px;
}
.result b {
margin-left:100px;
}
#adminForm {
margin-left:100px;
}
#controls { #controls {
display:none; display:none;
} }
@@ -687,9 +713,9 @@ input[type="radio"] {
background-size:100%; background-size:100%;
} }
#settings { /*#settings {
display:none; display:none;
} }*/
#results { #results {
position:inherit; position:inherit;
@@ -794,6 +820,7 @@ input[type="radio"] {
.fchan { .fchan {
font-size:7vw; font-size:7vw;
} }
} }
@media only screen and (min-width: 1000px) { @media only screen and (min-width: 1000px) {