From 6ac3f0801066e7311f2fab59c6aa15f5b8229f13 Mon Sep 17 00:00:00 2001 From: adilallo <39313955+adilallo@users.noreply.github.com> Date: Sun, 24 Aug 2025 21:41:16 -0600 Subject: [PATCH] Rule Stack xl breakpoint --- app/components/RuleStack.js | 2 +- app/components/SectionHeader.js | 30 ++++++++++++++++++++++++------ 2 files changed, 25 insertions(+), 7 deletions(-) diff --git a/app/components/RuleStack.js b/app/components/RuleStack.js index 6e4d97c..c0d6fbf 100644 --- a/app/components/RuleStack.js +++ b/app/components/RuleStack.js @@ -8,7 +8,7 @@ import Image from "next/image"; const RuleStack = ({ children, className = "" }) => { return (
{ return ( -
+
{/* Title Container - Left side (lg breakpoint) */} -
+

{title} @@ -18,11 +30,17 @@ const SectionHeader = ({ title, subtitle, titleLg, variant = "default" }) => {

{/* Subtitle Container */} -
+