fix: adjust height for contract link in PricingComponent and update related styles
This commit is contained in:
parent
1eb029b457
commit
0512122243
2 changed files with 2 additions and 2 deletions
|
|
@ -196,7 +196,7 @@ export const PricingComponent = ({
|
||||||
</div>
|
</div>
|
||||||
) : (
|
) : (
|
||||||
<Link
|
<Link
|
||||||
className="flex h-15 flex-col justify-center leading-none"
|
className="flex h-8 xs:h-10 flex-col justify-center leading-none sm:h-15"
|
||||||
href={"/prezzi#contratti"}
|
href={"/prezzi#contratti"}
|
||||||
id="contratto-link"
|
id="contratto-link"
|
||||||
>
|
>
|
||||||
|
|
|
||||||
|
|
@ -295,7 +295,7 @@ const Pricing = ({
|
||||||
<PricingComponent
|
<PricingComponent
|
||||||
className={cn(
|
className={cn(
|
||||||
style,
|
style,
|
||||||
"[&_#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",
|
"[&_#contratto-link]:h-auto [&_[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