Remove unused CSS for main heading font size in Woo emails
This heading will from now on respect H1 font-size which default value is 36px. [MAILPOET-4180]
This commit is contained in:
committed by
Aschepikov
parent
3b53c69eb7
commit
78cf676f71
@@ -63,7 +63,6 @@
|
|||||||
.mailpoet_woocommerce_heading h1 {
|
.mailpoet_woocommerce_heading h1 {
|
||||||
line-height: 1.2em;
|
line-height: 1.2em;
|
||||||
font-family: {{fontWithFallback text.fontFamily }};
|
font-family: {{fontWithFallback text.fontFamily }};
|
||||||
font-size: 36px;
|
|
||||||
color: {{ woocommerce.headingFontColor }};
|
color: {{ woocommerce.headingFontColor }};
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user