Skip to content

Commit

Permalink
fix: margins
Browse files Browse the repository at this point in the history
  • Loading branch information
ledouxm committed Aug 27, 2024
1 parent f984dae commit 1478395
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/frontend/src/features/InfoForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ export const InfoForm = () => {
</Stack>
<Stack gap={{ base: "0", lg: "16px" }} direction={{ base: "column", lg: "row" }}>
<Input
className={css({ flex: { base: "none", lg: 1 }, mb: "16px" })}
className={css({ flex: { base: "none", lg: 1 }, mb: "24px" })}
disabled={isFormDisabled}
label="Référence cadastrale"
nativeInputProps={form.register("projectCadastralRef")}
Expand All @@ -182,7 +182,7 @@ export const InfoForm = () => {
<SpaceTypeChips className={css({ flex: { base: "none", lg: 1 } })} disabled={isFormDisabled} />
</InputGroupWithTitle>

<Center justifyContent={{ base: "center", lg: "flex-start" }} mt={{ base: "80px", lg: 0 }} mb="120px">
<Center justifyContent={{ base: "center", lg: "flex-start" }} mt={{ base: "80px", lg: "50px" }} mb="120px">
<Button
type="button"
iconId="ri-arrow-right-line"
Expand Down

0 comments on commit 1478395

Please sign in to comment.