forked from ScoDoc/ScoDoc
frontend: fix ligne semestre scolar/index.j2
This commit is contained in:
parent
24de3ac1b5
commit
ebceb70f05
@ -98,6 +98,14 @@ div.effectif {
|
|||||||
max-width: 1024px; /* Maximum width */
|
max-width: 1024px; /* Maximum width */
|
||||||
margin: 0 auto 0 0; /* Centers divs if they are narrower than 1024px */
|
margin: 0 auto 0 0; /* Centers divs if they are narrower than 1024px */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 768px) {
|
||||||
|
/*Fix for mobile*/
|
||||||
|
.cur-formsemestres {
|
||||||
|
width: auto;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.cur-formsemestre {
|
.cur-formsemestre {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@ -143,6 +151,7 @@ div.effectif {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
.responsable {
|
.responsable {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
Loading…
Reference in New Issue
Block a user