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 */} -
+