Added some responsive code.

This commit is contained in:
Bram van der Veen 2015-08-15 22:09:22 +02:00
parent ad7100d231
commit 11d53c7802

View file

@ -1,5 +1,16 @@
//mobile.less
@media (max-width: 1110px) {
div.day {
float: initial !important;
> .hour {
margin: 0 auto;
border-left: none !important;
}
}
}
@media (max-width: 755px) {
.motd {
position: static;