fix: Add max-w-4xl mx-auto to sections for consistent width

This commit is contained in:
OpenCode Agent
2026-04-02 19:04:15 +07:00
parent 8ae6f412d9
commit 5159445a51
19 changed files with 185 additions and 363 deletions

View File

@@ -164,7 +164,8 @@ import Footer from '@/components/common/Footer.astro';
<!-- Fire System Types Guide -->
<section class="section bg-gray-50">
<div class="container-custom">
<h2 class="text-xl font-bold text-secondary-900 mb-8 text-center">ระบบดับเพลิงและอุปกรณ์ป้องกันอัคคีภัย</h2>
<div class="max-w-4xl mx-auto">
<h2 class="text-xl font-bold text-secondary-900 mb-8 text-center">ระบบดับเพลิงและอุปกรณ์ป้องกันอัคคีภัย</h2>
<div class="grid md:grid-cols-3 gap-8">
<!-- Sprinkler System -->
@@ -218,6 +219,7 @@ import Footer from '@/components/common/Footer.astro';
</ul>
</div>
</div>
</div>
</div>
</section>