fixing sizing for quote
This commit is contained in:
@@ -123,8 +123,10 @@ function FlowState() {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="flex flex-row flex-1 justify-center items-center">
|
<div className="flex flex-row flex-1 justify-center items-center">
|
||||||
|
{/* <img src="https://source.unsplash.com/random/?nature" /> */}
|
||||||
|
|
||||||
{quote && (
|
{quote && (
|
||||||
<span className="flex flex-col justify-center items-center">
|
<span className="flex flex-col justify-center items-center max-w-screen-sm">
|
||||||
<span className="text-xl text-gray-800 font-semibold">
|
<span className="text-xl text-gray-800 font-semibold">
|
||||||
"{quote.content}"
|
"{quote.content}"
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user