Skip to content

Commit

Permalink
style: marge du titre
Browse files Browse the repository at this point in the history
  • Loading branch information
K4ST0R committed Sep 12, 2024
1 parent f343321 commit 64da726
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/app/(accompagnateur)/details/[id]/FormationHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default function FormationHeader({
<Grid item xs={12}>
<PortesOuvertesHeader etablissement={etablissement} />
</Grid>
<Grid item xs={12} style={{ paddingLeft: fr.spacing("5v"), marginBottom: fr.spacing("3v") }}>
<Grid item xs={12} style={{ paddingLeft: fr.spacing("5v") }}>
<Stack spacing={1} direction={"row"}>
{etablissement.statut &&
(etablissement.statut === "public" ? (
Expand All @@ -68,7 +68,7 @@ export default function FormationHeader({
`}
style={{ paddingLeft: fr.spacing("5v") }}
>
<Typography ref={refHeader} variant="h1" style={{ marginBottom: fr.spacing("6v") }}>
<Typography ref={refHeader} variant="h1" style={{ marginBottom: fr.spacing("6v"), marginTop: "0.75rem" }}>
{capitalize(formation.libelle)}
</Typography>
</Grid>
Expand Down

0 comments on commit 64da726

Please sign in to comment.