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 ( );