mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-23 11:31:57 +03:00
UBERF-5263 Fix text editor headings line height (#4525)
Signed-off-by: Alexander Onnikov <alexander.onnikov@xored.com>
This commit is contained in:
parent
89e79e13d4
commit
8c45af8d88
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user