Compare commits
2 Commits
version_1_
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| cd60a2cf92 | |||
|
|
76501edccd |
@@ -63,7 +63,7 @@ const PricingCenteredCards = ({
|
||||
>
|
||||
<GridOrCarousel>
|
||||
{plans.map((plan) => (
|
||||
<div key={plan.tag} className="flex flex-col items-center gap-5 p-5 h-full card rounded text-center">
|
||||
<div key={plan.tag} className="flex flex-col items-center gap-5 p-5 h-full card rounded overflow-hidden text-center">
|
||||
<span className="px-5 py-2 text-sm card rounded">{plan.tag}</span>
|
||||
|
||||
<div className="flex flex-col gap-1">
|
||||
@@ -96,4 +96,4 @@ const PricingCenteredCards = ({
|
||||
</section>
|
||||
);
|
||||
|
||||
export default PricingCenteredCards;
|
||||
export default PricingCenteredCards;
|
||||
Reference in New Issue
Block a user