Drop wide-screen right padding on tree-home block

This commit is contained in:
2026-05-15 17:26:34 +02:00
parent 68b347a61f
commit f9698cf7bc
+1 -1
View File
@@ -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)) ?>