🍭 ui: change pricing page card view p-4 to px-4

This commit is contained in:
t0ng7u
2025-08-11 18:32:19 +08:00
parent 6c7a10ac7c
commit 472377bf8c
2 changed files with 2 additions and 2 deletions

View File

@@ -215,7 +215,7 @@ const PricingCardView = ({
}
return (
<div className="p-4">
<div className="px-4">
<div className="grid grid-cols-1 xl:grid-cols-2 2xl:grid-cols-3 gap-4">
{paginatedModels.map((model, index) => {
const modelKey = getModelKey(model);