Fix button md breakpoint sizing issue

This commit is contained in:
adilallo
2025-08-19 22:51:31 -06:00
parent af986c9ba3
commit 2910631d56
2 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ const HeroBanner = ({ title, subtitle, description, ctaText, ctaHref }) => {
</div>
{/* 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
src="/assets/HeroImage.png"
alt="Hero illustration"