1
0
forked from ScoDoc/ScoDoc

frontend: fix ligne semestre scolar/index.j2

This commit is contained in:
Iziram 2024-08-19 09:55:07 +02:00
parent 24de3ac1b5
commit ebceb70f05

View File

@ -98,6 +98,14 @@ div.effectif {
max-width: 1024px; /* Maximum width */
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 {
display: flex;
align-items: center;
@ -143,6 +151,7 @@ div.effectif {
display: flex;
flex-direction: column;
font-size: 14px;
white-space: nowrap;
}
.responsable {
font-weight: bold;