increase the margins of headings in the super editor

This commit is contained in:
mhermann 2024-01-03 19:26:31 +01:00
parent 64351dd304
commit 068bbd1ab0

View File

@ -35,18 +35,18 @@
font-size: 26px;
color: var(--sn-stylekit-editor-foreground-color);
font-weight: 700;
margin: 0;
margin: 20px 0 10px 0;
}
.Lexical__h2 {
font-size: 22px;
color: var(--sn-stylekit-editor-foreground-color);
font-weight: 700;
margin: 0;
margin: 16px 0 8px 0;
}
.Lexical__h3 {
font-size: 19px;
font-weight: 700;
margin: 0;
margin: 12px 0 6px 0;
}
.Lexical__textBold {
font-weight: bold;