We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d58a288 commit c24b48eCopy full SHA for c24b48e
src/components/quote/Quote.tsx
@@ -38,7 +38,7 @@ const Quote = () => {
38
39
return (
40
<section className="w-full max-w-7xl" ref={quoteRef}>
41
- <blockquote className="flex flex-col gap-2 sm:gap-4 text-center text-pretty bg-stone-100 text-stone-950 p-3 sm:p-4 lg:p-6 my-6 lg:my-8">
+ <blockquote className="flex flex-col gap-2 sm:gap-4 text-center text-pretty bg-stone-100 text-stone-950 p-4 sm:p-8 lg:p-10 lg:px-12 my-6 lg:my-8">
42
<h2 className="self-start text-very-large font-semibold underline">
43
Quote of the Day
44
</h2>
0 commit comments