fix: Add max-w-4xl to Salt Spray Test section in vineman-2

This commit is contained in:
OpenCode Agent
2026-04-02 20:55:57 +07:00
parent c589a62b25
commit c643bf3b3a

View File

@@ -665,6 +665,7 @@ import Footer from '@/components/common/Footer.astro';
<!-- Salt Spray Test --> <!-- Salt Spray Test -->
<section class="section bg-gray-50"> <section class="section bg-gray-50">
<div class="container-custom"> <div class="container-custom">
<div class="max-w-4xl mx-auto">
<h2 class="text-2xl md:text-xl font-bold text-secondary-900 mb-6 text-center">สภาวะกัดกร่อนของละอองเกลือ (Salt Spray Test)</h2> <h2 class="text-2xl md:text-xl font-bold text-secondary-900 mb-6 text-center">สภาวะกัดกร่อนของละอองเกลือ (Salt Spray Test)</h2>
<p class="text-secondary-600 text-center mb-6 max-w-3xl mx-auto">ตามมาตรฐาน DIN SS 5021, ASTM B117, ISO 9227 มาตรฐานการทดสอบด้วยละอองน้ำเกลือ เพื่อพิสูจน์ความทนทานของวัตถุที่ชุบหรือเคลือบสารโลหะ</p> <p class="text-secondary-600 text-center mb-6 max-w-3xl mx-auto">ตามมาตรฐาน DIN SS 5021, ASTM B117, ISO 9227 มาตรฐานการทดสอบด้วยละอองน้ำเกลือ เพื่อพิสูจน์ความทนทานของวัตถุที่ชุบหรือเคลือบสารโลหะ</p>
@@ -689,6 +690,7 @@ import Footer from '@/components/common/Footer.astro';
<img src="/images/products-raw/vineman/ผลการทดสอบ-16-ปี.jpg" alt="ผลการทดสอบ 16 ปี" class="w-full max-w-3xl mx-auto h-auto rounded-xl" width="800" height="600" loading="lazy" decoding="async" /> <img src="/images/products-raw/vineman/ผลการทดสอบ-16-ปี.jpg" alt="ผลการทดสอบ 16 ปี" class="w-full max-w-3xl mx-auto h-auto rounded-xl" width="800" height="600" loading="lazy" decoding="async" />
</div> </div>
</div> </div>
</div>
</section> </section>
<!-- Contact CTA --> <!-- Contact CTA -->