feat(mail): center-align action button in email template

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-14 00:49:41 +02:00
parent 172a6a12d3
commit ef195a6777
14 changed files with 336 additions and 141 deletions

View File

@@ -41,7 +41,7 @@
{{-- Action button --}}
@hasSection('action')
<div style="margin-top: 28px;">
<div style="margin-top: 28px; text-align: center;">
@yield('action')
</div>
@endif