fix: Change text-base to text-lg for all pages

This commit is contained in:
Kunthawat
2026-03-17 10:24:57 +07:00
parent a320f1f188
commit 76ff83cbd9
57 changed files with 435 additions and 435 deletions

View File

@@ -65,7 +65,7 @@ const siteUrl = 'https://dealplustech.co.th';
<div class="flex flex-col md:flex-row items-center justify-between gap-6">
<div class="flex-1">
<h3 class="text-xl font-bold mb-2">เราใช้คุกกี้เพื่อประสบการณ์ที่ดีที่สุด</h3>
<p class="text-secondary-300 text-base">
<p class="text-secondary-300 text-lg">
เว็บไซต์ของเราใช้คุกกี้เพื่อเพิ่มประสิทธิภาพการใช้งาน วิเคราะห์การจราจร และแสดงเนื้อหาที่เหมาะสม
คุณสามารถยอมรับหรือปฏิเสธคุกกี้บางประเภทได้
</p>
@@ -97,7 +97,7 @@ const siteUrl = 'https://dealplustech.co.th';
<div class="flex justify-between items-start mb-2">
<div>
<h3 class="font-semibold text-lg text-secondary-900">คุกกี้ที่จำเป็น</h3>
<p class="text-secondary-600 text-base">จำเป็นสำหรับการทำงานของเว็บไซต์ ไม่สามารถปิดได้</p>
<p class="text-secondary-600 text-lg">จำเป็นสำหรับการทำงานของเว็บไซต์ ไม่สามารถปิดได้</p>
</div>
<label class="relative inline-flex items-center cursor-not-allowed">
<input type="checkbox" checked disabled class="sr-only peer" />
@@ -110,7 +110,7 @@ const siteUrl = 'https://dealplustech.co.th';
<div class="flex justify-between items-start mb-2">
<div>
<h3 class="font-semibold text-lg text-secondary-900">คุกกี้ประสิทธิภาพ</h3>
<p class="text-secondary-600 text-base">ช่วยเราวิเคราะห์การใช้งานเว็บไซต์</p>
<p class="text-secondary-600 text-lg">ช่วยเราวิเคราะห์การใช้งานเว็บไซต์</p>
</div>
<label class="relative inline-flex items-center cursor-pointer">
<input type="checkbox" id="consent-analytics" class="sr-only peer" />
@@ -123,7 +123,7 @@ const siteUrl = 'https://dealplustech.co.th';
<div class="flex justify-between items-start mb-2">
<div>
<h3 class="font-semibold text-lg text-secondary-900">คุกกี้การตลาด</h3>
<p class="text-secondary-600 text-base">ใช้สำหรับแสดงโฆษณาที่เกี่ยวข้อง</p>
<p class="text-secondary-600 text-lg">ใช้สำหรับแสดงโฆษณาที่เกี่ยวข้อง</p>
</div>
<label class="relative inline-flex items-center cursor-pointer">
<input type="checkbox" id="consent-marketing" class="sr-only peer" />