generated from gitea_admin/default
corrections
This commit is contained in:
@@ -793,6 +793,7 @@
|
||||
margin-top: -18px;
|
||||
@media (min-width: 0px) and (max-width: 700px) {
|
||||
gap: 7px;
|
||||
margin-top: 0px;
|
||||
}
|
||||
@media (min-width: 700px) {
|
||||
gap: 20px;
|
||||
@@ -997,6 +998,10 @@
|
||||
max-width: 680px;
|
||||
}
|
||||
|
||||
&--content h1:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
||||
&--metas {
|
||||
display: flex;
|
||||
column-gap: 25px;
|
||||
|
||||
@@ -128,7 +128,7 @@ function getProjetLyceeSummary(payload) {
|
||||
`Nombre probable d'eleves concernes : ${payload.studentCount}`,
|
||||
...(projectWishes.length ? ["", "Souhaits de projet :", ...projectWishes] : []),
|
||||
"",
|
||||
"Periode souhaitee :",
|
||||
"Periode souhaitée :",
|
||||
payload.projectPeriod,
|
||||
].join("\n")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user