Browse Source

toujours au moins 2 jours sur la 2e ligne

master
n0m1s 9 years ago
parent
commit
d33aae6662
1 changed files with 18 additions and 0 deletions
  1. +18
    -0
      index.css

+ 18
- 0
index.css View File

@ -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;


Loading…
Cancel
Save