From 11d53c7802d22407a4eaae4452056c4affdc065e Mon Sep 17 00:00:00 2001 From: Bram van der Veen <96aa48@gmail.com> Date: Sat, 15 Aug 2015 22:09:22 +0200 Subject: [PATCH] Added some responsive code. --- resources/less/mobile.less | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/resources/less/mobile.less b/resources/less/mobile.less index 9299eb0..0dc2f22 100644 --- a/resources/less/mobile.less +++ b/resources/less/mobile.less @@ -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;