corrections

This commit is contained in:
2026-05-25 18:48:32 +02:00
parent ba8b0d34e7
commit 88fb8358d8
2 changed files with 7 additions and 2 deletions

View File

@@ -793,6 +793,7 @@
margin-top: -18px; margin-top: -18px;
@media (min-width: 0px) and (max-width: 700px) { @media (min-width: 0px) and (max-width: 700px) {
gap: 7px; gap: 7px;
margin-top: 0px;
} }
@media (min-width: 700px) { @media (min-width: 700px) {
gap: 20px; gap: 20px;
@@ -997,6 +998,10 @@
max-width: 680px; max-width: 680px;
} }
&--content h1:focus {
outline: none;
}
&--metas { &--metas {
display: flex; display: flex;
column-gap: 25px; column-gap: 25px;

View File

@@ -128,7 +128,7 @@ function getProjetLyceeSummary(payload) {
`Nombre probable d'eleves concernes : ${payload.studentCount}`, `Nombre probable d'eleves concernes : ${payload.studentCount}`,
...(projectWishes.length ? ["", "Souhaits de projet :", ...projectWishes] : []), ...(projectWishes.length ? ["", "Souhaits de projet :", ...projectWishes] : []),
"", "",
"Periode souhaitee :", "Periode souhaitée :",
payload.projectPeriod, payload.projectPeriod,
].join("\n") ].join("\n")
} }