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 */
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user