Fix: Change text-xs and text-sm to text-base

This commit is contained in:
Kunthawat Greethong
2026-03-04 13:37:40 +07:00
parent 34e5625a17
commit c6b56b9e26
6 changed files with 28 additions and 28 deletions

View File

@@ -39,7 +39,7 @@ import Layout from '../layouts/Layout.astro'
เราขอสงวนสิทธิ์ในการแก้ไขข้อกำหนดและเงื่อนไขนี้ได้ทุกเวลา โดยไม่ต้องแจ้งให้ทราบล่วงหน้า
</p>
<p class="mt-8 text-gray-500 text-sm">
<p class="mt-8 text-gray-500 text-base">
อัปเดตล่าสุด: {new Date().toLocaleDateString('th-TH')}
</p>
</div>