mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-07-11 21:09:37 +02:00
web: reduce note title size & improve padding
Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user