diff --git a/frontend/src/layout/Footer.tsx b/frontend/src/layout/Footer.tsx index 07eb9a19b..1c4007b88 100644 --- a/frontend/src/layout/Footer.tsx +++ b/frontend/src/layout/Footer.tsx @@ -20,8 +20,10 @@ export const Footer: React.FC = () => { listStyle: "none", margin: 0, padding: 0, + display: "flex", + justifyContent: "center", + flexWrap: "wrap", "& > li": { - display: "inline", "&:not(:first-child):before": { content: "\"•\"", color: COLORS.neutral60,