Add custom css for heading margins to template 4 forms

[MAILPOET-2810]
This commit is contained in:
Rostislav Wolny
2020-08-12 12:30:59 +02:00
committed by Veljko V
parent e2d6087c95
commit 37c8eb2146
3 changed files with 21 additions and 0 deletions

View File

@ -292,6 +292,13 @@ p.mailpoet_form_paragraph {
height: 5px;
background-color: #5b5b5b;
}
h2.mailpoet-heading {
margin: 0 0 20px 0;
}
h1.mailpoet-heading {
margin: 0 0 10px;
}
EOL;
}
}

View File

@ -297,6 +297,13 @@ p.mailpoet_form_paragraph {
height: 5px;
background-color: #5b5b5b;
}
h2.mailpoet-heading {
margin: 0 0 20px 0;
}
h1.mailpoet-heading {
margin: 0 0 10px;
}
EOL;
}
}

View File

@ -297,6 +297,13 @@ p.mailpoet_form_paragraph {
height: 5px;
background-color: #5b5b5b;
}
h2.mailpoet-heading {
margin: 0 0 20px 0;
}
h1.mailpoet-heading {
margin: 0 0 10px;
}
EOL;
}
}