fix: Add max-w-4xl mx-auto to sections for consistent width
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user