From 75bc8af749be5bbaa1ee428d285512799c860cf0 Mon Sep 17 00:00:00 2001 From: adilallo <39313955+adilallo@users.noreply.github.com> Date: Sun, 24 Aug 2025 20:26:19 -0600 Subject: [PATCH] Rule Stack xmd breakpoint --- app/components/RuleStack.js | 4 ++-- app/tailwind.css | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/components/RuleStack.js b/app/components/RuleStack.js index d1c5dd0..674efde 100644 --- a/app/components/RuleStack.js +++ b/app/components/RuleStack.js @@ -8,14 +8,14 @@ import Image from "next/image"; const RuleStack = ({ children, className = "" }) => { return (