Drop wide-screen right padding on tree-home block
This commit is contained in:
@@ -498,7 +498,7 @@ $nothing_to_show = $birthdays->isEmpty()
|
|||||||
</style>
|
</style>
|
||||||
|
|
||||||
<div class="email-newsletter-block"
|
<div class="email-newsletter-block"
|
||||||
style="max-width:760px;padding-right:clamp(0px,1vw,6px);">
|
style="max-width:760px;">
|
||||||
<?php if ($nothing_to_show) : ?>
|
<?php if ($nothing_to_show) : ?>
|
||||||
<p style="margin:8px 0;color:<?= $palette['ink3'] ?>;font-style:italic;">
|
<p style="margin:8px 0;color:<?= $palette['ink3'] ?>;font-style:italic;">
|
||||||
<?= e(I18N::translate('No upcoming family events in the next %d days.', $window_days)) ?>
|
<?= e(I18N::translate('No upcoming family events in the next %d days.', $window_days)) ?>
|
||||||
|
|||||||
Reference in New Issue
Block a user