Skip to content

Commit 23a93a9

Browse files
committed
style: PostCards
1 parent fc7a11f commit 23a93a9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/components/PostItem.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ const PostItem = ({
111111
</span>
112112
)}
113113
<h2
114-
className={`text-xl font-semibold text-white ${postTitleHoverColorClass} group-hover:underline transition-colors`}
114+
className={`text-lg font-mono text-white ${postTitleHoverColorClass} group-hover:underline transition-colors`}
115115
>
116116
{title}
117117
</h2>

src/pages/HomePage.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,7 @@ const HomePage = () => {
185185

186186
<div className="mt-8">
187187
<h2 className="text-2xl tracking-tight text-white text-center flex items-center justify-center gap-2 font-arvo">
188-
<BookBookmarkIcon className="text-primary-400 text-lg" /> Recent
189-
Blog Posts
188+
<BookBookmarkIcon className="text-primary-400 text-lg" /> Recent Blog Posts
190189
</h2>
191190
<div className="mt-8">
192191
{posts

0 commit comments

Comments
 (0)