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:
Rostislav Wolny
2024-07-17 15:46:07 +02:00
committed by Aschepikov
parent 3b53c69eb7
commit 78cf676f71

View File

@@ -63,7 +63,6 @@
.mailpoet_woocommerce_heading h1 {
line-height: 1.2em;
font-family: {{fontWithFallback text.fontFamily }};
font-size: 36px;
color: {{ woocommerce.headingFontColor }};
margin: 0;
}