forked from vergnet/site-accueil-insa
les stats sont responsive now
This commit is contained in:
parent
51815cecd5
commit
6aabc12328
2 changed files with 16 additions and 7 deletions
|
@ -122,6 +122,9 @@ main {
|
||||||
|
|
||||||
@media (max-width: 700px) {
|
@media (max-width: 700px) {
|
||||||
|
|
||||||
|
.planning-container {
|
||||||
|
font-size: 2vh;
|
||||||
|
}
|
||||||
.column {
|
.column {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
}
|
}
|
||||||
|
@ -179,4 +182,8 @@ main {
|
||||||
.column div.day:after {
|
.column div.day:after {
|
||||||
content: none;
|
content: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.column div.hour:after {
|
||||||
|
content: "h";
|
||||||
|
}
|
||||||
}
|
}
|
|
@ -25,8 +25,6 @@ table.out {
|
||||||
|
|
||||||
span.box-point {
|
span.box-point {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
|
||||||
margin-top: 10px;
|
|
||||||
display: block;
|
display: block;
|
||||||
width: 80%;
|
width: 80%;
|
||||||
height: 70px;
|
height: 70px;
|
||||||
|
@ -34,8 +32,7 @@ span.box-point {
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
color: white;
|
color: white;
|
||||||
border: 3px solid white;
|
border: 3px solid white;
|
||||||
margin-left: auto;
|
margin: 10px auto 0;
|
||||||
margin-right: auto;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
table.in {
|
table.in {
|
||||||
|
@ -56,7 +53,12 @@ table.in .right {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
color: black;
|
color: black;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
margin: 30px;
|
margin: 0 3.5vw 3.5vw;
|
||||||
margin-top: 0;
|
font-size: 1.5rem;
|
||||||
font-size: 1.5rem;
|
}
|
||||||
|
|
||||||
|
@media (max-width: 700px) {
|
||||||
|
table.out {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue