fix price box styles
This commit is contained in:
parent
a87a35ffbe
commit
1eb029b457
2 changed files with 3 additions and 2 deletions
|
|
@ -196,8 +196,9 @@ export const PricingComponent = ({
|
||||||
</div>
|
</div>
|
||||||
) : (
|
) : (
|
||||||
<Link
|
<Link
|
||||||
className="flex flex-col justify-center leading-none sm:h-16"
|
className="flex h-15 flex-col justify-center leading-none"
|
||||||
href={"/prezzi#contratti"}
|
href={"/prezzi#contratti"}
|
||||||
|
id="contratto-link"
|
||||||
>
|
>
|
||||||
<Button className="flex items-center gap-2">
|
<Button className="flex items-center gap-2">
|
||||||
Più info <ExternalLink className="size-4" />
|
Più info <ExternalLink className="size-4" />
|
||||||
|
|
|
||||||
|
|
@ -295,7 +295,7 @@ const Pricing = ({
|
||||||
<PricingComponent
|
<PricingComponent
|
||||||
className={cn(
|
className={cn(
|
||||||
style,
|
style,
|
||||||
"[&_[data-role=amount]]:text-2xl xl:[&_[data-role=amount]]:text-3xl [&_[data-role=title]]:text-2xl xl:[&_[data-role=title]]:text-3xl [&_[data-role=wrapper]]:flex-wrap lg:[&_[data-role=wrapper]]:flex-nowrap",
|
"[&_#contratto-link]:h-10 [&_[data-role=amount]]:text-2xl xl:[&_[data-role=amount]]:text-3xl [&_[data-role=wrapper]]:flex-wrap lg:[&_[data-role=wrapper]]:flex-nowrap",
|
||||||
)}
|
)}
|
||||||
cta={cta}
|
cta={cta}
|
||||||
opzioni={opzioni}
|
opzioni={opzioni}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue