fix: mobile-first UI redesign - bump all text to 12px+, 44px+ touch targets, reduced content density

This commit is contained in:
root
2026-06-15 11:07:41 +02:00
parent e479df82e2
commit 8f0ff9d47a
16 changed files with 192 additions and 143 deletions
+1 -1
View File
@@ -260,7 +260,7 @@ function UpgradeContent() {
<div className="text-right">
<p className="text-xl font-bold text-white">{tier.price}</p>
{tier.period && (
<p className="text-[11px] text-gray-500">{tier.period}</p>
<p className="text-xs text-gray-500">{tier.period}</p>
)}
</div>
</div>