🍭 ui: change pricing page card view p-4 to px-4
This commit is contained in:
@@ -26,7 +26,7 @@ const PricingCardSkeleton = ({
|
||||
showRatio = false
|
||||
}) => {
|
||||
const placeholder = (
|
||||
<div className="p-4">
|
||||
<div className="px-4">
|
||||
<div className="grid grid-cols-1 xl:grid-cols-2 2xl:grid-cols-3 gap-4">
|
||||
{Array.from({ length: skeletonCount }).map((_, index) => (
|
||||
<Card
|
||||
|
||||
Reference in New Issue
Block a user