UBERF-5263 Fix text editor headings line height (#4525)

Signed-off-by: Alexander Onnikov <alexander.onnikov@xored.com>
This commit is contained in:
Alexander Onnikov 2024-02-05 19:36:51 +07:00 committed by GitHub
parent 89e79e13d4
commit 8c45af8d88
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,18 +42,21 @@
h1 {
font-size: 1.75rem;
line-height: 150%;
margin-top: 2.75rem;
margin-bottom: 0.25rem;
}
h2 {
font-size: 1.375rem;
line-height: 150%;
margin-top: 2.25rem;
margin-bottom: 0.25rem;
}
h3 {
font-size: 1.125rem;
line-height: 150%;
margin-top: 1.5rem;
margin-bottom: 0.25rem;
}