Skip to content

Commit c24b48e

Browse files
larger padding for quote
1 parent d58a288 commit c24b48e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/quote/Quote.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const Quote = () => {
3838

3939
return (
4040
<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">
41+
<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">
4242
<h2 className="self-start text-very-large font-semibold underline">
4343
Quote of the Day
4444
</h2>

0 commit comments

Comments
 (0)