Skip to content

Commit eec1f3a

Browse files
authored
fix: spacing (#2305)
1 parent 0eb0438 commit eec1f3a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ui/components/IntentionForm.tsx/IntensionFormNavigation.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1+
import { fr } from "@codegouvfr/react-dsfr"
12
import { Box } from "@mui/material"
23
import Image from "next/image"
34

45
import { DsfrLink } from "@/components/dsfr/DsfrLink"
56

67
export const IntensionFormNavigation = () => {
78
return (
8-
<Box sx={{ display: "flex", width: "80%", maxWidth: "800px", margin: "auto", pt: 12 }}>
9+
<Box sx={{ display: "flex", width: "80%", maxWidth: "800px", margin: "auto", pt: fr.spacing("4w") }}>
910
<DsfrLink style={{ backgroundImage: "none" }} href="/">
1011
<Image src="/images/logo_LBA.svg" alt="" width={160} height={60} style={{ minWidth: "160px" }} />
1112
</DsfrLink>

0 commit comments

Comments
 (0)