Skip to content

Commit

Permalink
fix: ajout espace avant et après le contenu
Browse files Browse the repository at this point in the history
  • Loading branch information
slafayIGN committed Nov 6, 2023
1 parent 6a5a490 commit 075c2b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/components/Layout/AppLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const AppLayout: FC<PropsWithChildren<AppLayoutProps>> = ({ children, navItems,
/>

<AppHeader navItems={navItems} />
<main id="main" role="main">
<main id="main" role="main" className={fr.cx("fr-my-2w")}>
{/* doit être le premier élément atteignable après le lien d'évitement (Accessibilité) : https://www.systeme-de-design.gouv.fr/elements-d-interface/composants/bandeau-d-information-importante */}
{infoBannerMsg && <Notice title={infoBannerMsg} isClosable={true} />}

Expand Down

0 comments on commit 075c2b9

Please sign in to comment.