Email renderers: Improve line height

This commit is contained in:
Raphael Michel
2021-06-13 21:47:25 +02:00
parent 9cb0cf210a
commit eabead4768
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
background-repeat: repeat-x;
font-family: "Open Sans", "OpenSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px;
line-height: 20px;
line-height: 22px;
color: #333;
margin: 0;
padding-top: 20px;

View File

@@ -14,7 +14,7 @@
background-repeat: repeat-x;
font-family: "Open Sans", "OpenSans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px;
line-height: 20px;
line-height: 1.4;
color: #333;
margin: 0;
padding-top: 20px;