Skip to content

Commit bfdf16f

Browse files
committed
Follow up adjust title font size.
1 parent aa0a1a8 commit bfdf16f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

includes/Core/Email_Reporting/templates/email-report/parts/section-header.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
</tr>
2929
<tr>
3030
<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>
31+
<div style="font-size:18px; line-height:24px; font-weight:500;">
32+
<?php echo esc_html( $title ); ?>
33+
</div>
3434
<div style="font-size:12px; line-height:16px; font-weight:500; color:#6C726E;">
3535
<?php echo esc_html( $subtitle ); ?>
3636
</div>

0 commit comments

Comments
 (0)