refactor: center page title text #75

Merged
developomp merged 1 commit from home-page-style-improvement into master 2023-07-09 10:36:45 +09:00

View file

@ -42,7 +42,7 @@ export default function Home() {
return ( return (
<div className="flex h-full w-full flex-col items-center gap-8"> <div className="flex h-full w-full flex-col items-center gap-8">
<h1>Recent Posts</h1> <h1 className="text-center">Recent Posts</h1>
{postCards} {postCards}