Add Playwright coverage for inner page layout at all viewports

This commit is contained in:
Keith Solomon
2026-07-01 11:13:34 -05:00
parent cda3878169
commit 998619fa3f
4 changed files with 132 additions and 29 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ if ( ! $intro ) {
?>
<section class="page-intro py-12 lg:py-20 text-center" aria-label="<?php echo esc_attr__( 'Page introduction' ); ?>">
<div class="container mx-auto max-w-3xl content-wrapper">
<div class="mx-auto max-w-3xl content-wrapper">
<p class="page-intro__text text-lg lg:text-xl leading-relaxed text-dark">
<?php echo wp_kses_post( $intro ); ?>
</p>