rooster.io/resources/less/mobile.less
Bram van der Veen 205411350e Made a lot of changes:
Better SEO
Added eastereggs
Styled eastereggs
Imported easteregg database
Made some script.js improvements
Added opensearch
2015-06-23 11:37:27 +02:00

67 lines
989 B
Plaintext

//mobile.less
@media (max-width: 755px) {
#title {
font-size: 40px !important;
span {
display: none !important;
}
}
input, button {
width: 80% !important;
}
#wrapper {
overflow: hidden;
overflow-x: auto;
width: 100% !important;
}
.schedule {
width: 500% !important;
padding: 0px;
div.day {
width: 20% !important;
.hour {
width: 100% !important;
height: 45px !important;
line-height: 45px;
}
}
ul {
position: absolute;
left: 0px;
z-index: 1;
background: none !important;
li {
height: 50px !important;
width: 50px !important;
span {
height: 50px !important;
width: 50px !important;
line-height: 50px;
font-size: 25px;
}
}
}
}
}
@media (max-width: 400px) {
#title {
font-size: 25px !important;
span {
display: none !important;
}
}
}