From f1dbfbfdacd5d9880a99e755087f7c18beeca479 Mon Sep 17 00:00:00 2001 From: adilallo <39313955+adilallo@users.noreply.github.com> Date: Mon, 25 Aug 2025 19:17:41 -0600 Subject: [PATCH] Quote Block lg breakpoint --- app/components/QuoteBlock.js | 16 ++++++++-------- app/components/QuoteDecor.js | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/app/components/QuoteBlock.js b/app/components/QuoteBlock.js index 04c57dd..5ec7549 100644 --- a/app/components/QuoteBlock.js +++ b/app/components/QuoteBlock.js @@ -7,10 +7,10 @@ import QuoteDecor from "./QuoteDecor"; const QuoteBlock = ({ className = "" }) => { return (
{/* DECORATIONS (behind content) */} { w-full h-full" /> -
-
+
+
Quote Avatar
-

+

"The rules of decision-making must be open and available to everyone, and this can happen only if they are formalized." @@ -37,10 +37,10 @@ const QuoteBlock = ({ className = "" }) => {

-

+

Jo Freeman

-

+

"The Tyranny of Structurelessness"

diff --git a/app/components/QuoteDecor.js b/app/components/QuoteDecor.js index e1b8ccb..04cec01 100644 --- a/app/components/QuoteDecor.js +++ b/app/components/QuoteDecor.js @@ -3,7 +3,7 @@ const QuoteDecor = ({ className = "" }) => { return (