fix(css): constrain gallery heading, pricing + contact sections to main container width
All checks were successful
Lint / PHP Syntax Check (push) Successful in 29s
PHPUnit / PHP Unit Tests (push) Successful in 37s
Lint / CSS Lint (stylelint) (push) Successful in 1m13s
Lint / HTML Lint (htmlhint) (push) Successful in 1m7s

This commit is contained in:
Hermes
2026-06-14 16:36:03 +00:00
parent d34fc00078
commit a25eac3b04
2 changed files with 8 additions and 13 deletions

View File

@@ -86,7 +86,7 @@ $gridItems = [
</section>
<section class="gallery-section" id="galerie" aria-label="<?= htmlspecialchars($t('gallery.aria'), ENT_QUOTES) ?>">
<div class="section-head">
<div class="section-head gallery-header">
<span class="section-eyebrow"><?= htmlspecialchars($t('gallery.eyebrow'), ENT_QUOTES) ?></span>
<h2><?= htmlspecialchars($t('gallery.h2'), ENT_QUOTES) ?></h2>
</div>