Fix button md breakpoint sizing issue
This commit is contained in:
@@ -43,7 +43,11 @@ const ContentLockup = ({ title, subtitle, description, ctaText, ctaHref }) => {
|
|||||||
</div>
|
</div>
|
||||||
{/* Large button for md and lg breakpoints */}
|
{/* Large button for md and lg breakpoints */}
|
||||||
<div className="hidden md:block xl:hidden">
|
<div className="hidden md:block xl:hidden">
|
||||||
<Button variant="primary" size="large">
|
<Button
|
||||||
|
variant="primary"
|
||||||
|
size="large"
|
||||||
|
className="shrink-0 whitespace-nowrap min-w-[280px]"
|
||||||
|
>
|
||||||
{ctaText}
|
{ctaText}
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ const HeroBanner = ({ title, subtitle, description, ctaText, ctaHref }) => {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{/* Hero Image Container */}
|
{/* Hero Image Container */}
|
||||||
<div className="w-full md:flex-1 rounded-[8px] overflow-hidden relative z-10">
|
<div className="w-full md:flex-1 rounded-[8px] overflow-hidden relative z-10 flex items-center justify-center">
|
||||||
<img
|
<img
|
||||||
src="/assets/HeroImage.png"
|
src="/assets/HeroImage.png"
|
||||||
alt="Hero illustration"
|
alt="Hero illustration"
|
||||||
|
|||||||
Reference in New Issue
Block a user