fix: adjust height for contract link in PricingComponent and update related styles

This commit is contained in:
Marco Pedone 2025-10-13 10:07:09 +02:00
parent 1eb029b457
commit 0512122243
2 changed files with 2 additions and 2 deletions

View file

@ -196,7 +196,7 @@ export const PricingComponent = ({
</div>
) : (
<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"}
id="contratto-link"
>

View file

@ -295,7 +295,7 @@ const Pricing = ({
<PricingComponent
className={cn(
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}
opzioni={opzioni}