From ccee34f5c866bc3634b67cf6b4aecde56e261e28 Mon Sep 17 00:00:00 2001 From: adilallo <39313955+adilallo@users.noreply.github.com> Date: Mon, 25 Aug 2025 18:45:13 -0600 Subject: [PATCH] Quote Block md breakpoint --- app/components/QuoteBlock.js | 64 ++++++++++++++------------- app/components/QuoteDecor.js | 85 ++++++++++++++++++++++++------------ 2 files changed, 92 insertions(+), 57 deletions(-) diff --git a/app/components/QuoteBlock.js b/app/components/QuoteBlock.js index 50149af..04c57dd 100644 --- a/app/components/QuoteBlock.js +++ b/app/components/QuoteBlock.js @@ -7,39 +7,43 @@ import QuoteDecor from "./QuoteDecor"; const QuoteBlock = ({ className = "" }) => { return (
- {/* DECORATIONS (behind content) */} - +
+ {/* DECORATIONS (behind content) */} + -
-
- Quote Avatar -
-

- "The rules of decision-making must be open and - available to everyone, and this can happen only if they are - formalized." +

+
+ Quote Avatar +
+

+ "The rules of decision-making must be open and + available to everyone, and this can happen only if they are + formalized." +

+
+
+
+

+ Jo Freeman

-
-
-
-

- Jo Freeman -

-

- "The Tyranny of Structurelessness" -

+

+ "The Tyranny of Structurelessness" +

+
diff --git a/app/components/QuoteDecor.js b/app/components/QuoteDecor.js index 6d7b9e9..e1b8ccb 100644 --- a/app/components/QuoteDecor.js +++ b/app/components/QuoteDecor.js @@ -3,37 +3,68 @@ const QuoteDecor = ({ className = "" }) => { return ( );