Skip to content

Commit f4e978c

Browse files
font size, larger py
1 parent a3a4a62 commit f4e978c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/quote/Quote.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ const Quote = () => {
4242
Quote of the Day
4343
</h2>
4444
{quote ? (
45-
<div className="flex flex-col">
45+
<div className="flex flex-col text-normal">
4646
<i>&quot;{quote.body}&quot;</i>
47-
<p className="self-end px-4"> - unknown author</p>
47+
<p className="self-end px-4 py-1"> - unknown author</p>
4848
</div>
4949
) : (
5050
<div className="flex flex-col gap-2">

0 commit comments

Comments
 (0)