Set line height multiplier to golden ratio for editor text blocks
This commit is contained in:
@@ -30,3 +30,7 @@ $block-hover-highlight-color = $primary-active-color
|
||||
|
||||
.mailpoet_content
|
||||
position: relative
|
||||
line-height: 1.61803398875
|
||||
|
||||
p
|
||||
line-height: 1.61803398875
|
||||
|
@@ -3,25 +3,21 @@
|
||||
.mailpoet_text_block .mailpoet_content p {
|
||||
color: {{ text.fontColor }};
|
||||
font-size: {{ text.fontSize }};
|
||||
line-height: {{ text.fontSize }};
|
||||
font-family: {{ text.fontFamily }};
|
||||
}
|
||||
.mailpoet_text_block .mailpoet_content h1 {
|
||||
color: {{ h1.fontColor }};
|
||||
font-size: {{ h1.fontSize }};
|
||||
line-height: {{ h1.fontSize }};
|
||||
font-family: {{ h1.fontFamily }};
|
||||
}
|
||||
.mailpoet_text_block .mailpoet_content h2 {
|
||||
color: {{ h2.fontColor }};
|
||||
font-size: {{ h2.fontSize }};
|
||||
line-height: {{ h2.fontSize }};
|
||||
font-family: {{ h2.fontFamily }};
|
||||
}
|
||||
.mailpoet_text_block .mailpoet_content h3 {
|
||||
color: {{ h3.fontColor }};
|
||||
font-size: {{ h3.fontSize }};
|
||||
line-height: {{ h3.fontSize }};
|
||||
font-family: {{ h3.fontFamily }};
|
||||
}
|
||||
.mailpoet_content a {
|
||||
|
Reference in New Issue
Block a user