Merge branch 'fix'

This commit is contained in:
Yuri Kuznetsov
2025-02-10 16:14:14 +02:00
+9
View File
@@ -2731,22 +2731,31 @@ table.table td.cell .html-container {
margin-top: var(--line-height-computed);
margin-bottom: calc(var(--line-height-computed) / 2);
}
h2, h3 {
font-weight: 600;
margin-top: calc(var(--line-height-computed) / 2 * 1.2);
margin-bottom: calc(var(--line-height-computed) / 2);
}
h4 {
font-weight: 500;
}
h4, h5, h6 {
font-weight: normal;
margin-top: calc(var(--line-height-computed) / 2);
margin-bottom: calc(var(--line-height-computed) / 2);
}
h1 {
font-size: calc(var(--font-size-base) * 1.2);
}
h2 {
font-size: calc(var(--font-size-base) * 1.1);
}
h3, h4, h5, h6 {
font-size: var(--font-size-base);
}