diff --git a/apps/web/src/components/editor/title-box.tsx b/apps/web/src/components/editor/title-box.tsx index 8420fbb3e..df7d35951 100644 --- a/apps/web/src/components/editor/title-box.tsx +++ b/apps/web/src/components/editor/title-box.tsx @@ -110,9 +110,10 @@ function TitleBox(props: TitleBoxProps) { rows={1} sx={{ m: 0, - p: 0, + py: 1, + px: 0, fontFamily, - fontSize: ["1.625em", "1.625em", "2.625em"], + fontSize: ["1.625em", "1.625em", "1.8em"], fontWeight: "heading", width: "100%", fieldSizing: "content",