Frontend shortcode polish: spacing, card sizing, newsletter styles

This commit is contained in:
AudioCore Bot
2026-03-05 17:55:10 +00:00
parent d33c16a20f
commit bfdeecade1
2 changed files with 95 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ $contentHtml = $content_html ?? '';
ob_start();
?>
<section class="card">
<div style="margin-top:14px; color:var(--muted); line-height:1.8;">
<div class="page-content" style="margin-top:14px; color:var(--muted); line-height:1.8;">
<?= $contentHtml ?>
</div>
</section>