Compare commits

...

1 Commits

Author SHA1 Message Date
01zulfi
8ca790adc1 web: reduce note title size & improve padding
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
2026-02-27 17:00:08 +05:00

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