We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa0a1a8 commit bfdf16fCopy full SHA for bfdf16f
includes/Core/Email_Reporting/templates/email-report/parts/section-header.php
@@ -28,9 +28,9 @@
28
</tr>
29
<tr>
30
<td style="vertical-align:top;">
31
- <div style="font-size:24px; line-height:32px; font-weight:500;">
32
- <?php echo esc_html( $title ); ?>
33
- </div>
+ <div style="font-size:18px; line-height:24px; font-weight:500;">
+ <?php echo esc_html( $title ); ?>
+ </div>
34
<div style="font-size:12px; line-height:16px; font-weight:500; color:#6C726E;">
35
<?php echo esc_html( $subtitle ); ?>
36
</div>
0 commit comments