From 1a9339479d6409f1bd347e2b1a24d5fd2dc5db5d Mon Sep 17 00:00:00 2001 From: adilallo <39313955+adilallo@users.noreply.github.com> Date: Tue, 19 Aug 2025 17:18:58 -0600 Subject: [PATCH] Hero Banner md breakpoint --- app/components/ContentLockup.js | 10 +++++----- app/components/HeroBanner.js | 24 +++++++++++++----------- 2 files changed, 18 insertions(+), 16 deletions(-) diff --git a/app/components/ContentLockup.js b/app/components/ContentLockup.js index cfe3662..6fcf9c3 100644 --- a/app/components/ContentLockup.js +++ b/app/components/ContentLockup.js @@ -4,28 +4,28 @@ import Button from "./Button"; const ContentLockup = ({ title, subtitle, description, ctaText, ctaHref }) => { return ( -
+
{description}
