Fix: Change text-xs and text-sm to text-base
This commit is contained in:
@@ -58,7 +58,7 @@ import Layout from '../layouts/Layout.astro'
|
||||
<h2 class="text-2xl font-bold mb-6 text-secondary">ส่งข้อความถึงเรา</h2>
|
||||
<div class="border-2 border-dashed border-gray-300 rounded-lg p-8 text-center">
|
||||
<p class="text-gray-500 mb-4">📝 แบบฟอร์มติดต่อ</p>
|
||||
<p class="text-gray-400 text-sm mb-4">
|
||||
<p class="text-gray-400 text-base mb-4">
|
||||
ในระหว่างนี้ คุณสามารถติดต่อเราผ่านช่องทางด้านซ้าย
|
||||
</p>
|
||||
<a href="mailto:contact@moreminimore.com" class="bg-primary text-black px-6 py-3 rounded-full font-bold hover:bg-primary-hover transition inline-block">
|
||||
|
||||
Reference in New Issue
Block a user