diff --git a/js/src/components/ui/header/Header.tsx b/js/src/components/ui/header/Header.tsx index ffda01fa2..ab12db6b6 100644 --- a/js/src/components/ui/header/Header.tsx +++ b/js/src/components/ui/header/Header.tsx @@ -112,8 +112,19 @@ export default function Header() { withCloseButton={false} size="50%" title="Navigation" + styles={{ + header: { + justifyContent: "center", + }, + title: { + textAlign: "center", + fontWeight: 700, + fontSize: "var(--mantine-font-size-lg)", + marginBottom: "var(--mantine-spacing-xs)", + }, + }} > - + {navButtons.map(({ to, label }) => (