web: reduce note title size & improve padding

Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
This commit is contained in:
01zulfi
2026-02-27 17:00:08 +05:00
parent 0d00bb2866
commit 8ca790adc1

View File

@@ -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",