refactor: center page title text (#75)

This commit is contained in:
Kim, Jimin 2023-07-09 10:36:45 +09:00 committed by GitHub
parent cb2f596567
commit d73baa1208
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,7 +42,7 @@ export default function Home() {
return (
<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}