From d33aae6662b6c3a4698c0b01ee0bffed5bd2a71b Mon Sep 17 00:00:00 2001 From: TheMrNomis Date: Tue, 27 Sep 2016 11:41:29 +0200 Subject: [PATCH] toujours au moins 2 jours sur la 2e ligne --- index.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/index.css b/index.css index afb2182..dd4cf16 100755 --- a/index.css +++ b/index.css @@ -202,6 +202,24 @@ input[type="checkbox"]:checked + label span { justify-content: center; } +@media all and (max-width: 1400px) and (min-width: 1100px){ + #calendar .week { + width: 1100px; + position:relative; + left: 50%; + margin-left: -550px; + } +} + +@media all and (max-width: 1100px) and (min-width: 900px){ + #calendar .week { + width: 900px; + position:relative; + left: 50%; + margin-left: -450px; + } +} + #calendar .week .day { padding: 5px; width: 200px;