Improve some ui visual effects

This commit is contained in:
PrinOrange
2024-01-08 18:18:21 +08:00
parent 8ce080fedd
commit b10ce77b00
8 changed files with 56 additions and 50 deletions

View File

@@ -53,7 +53,8 @@ export default function Home(props: HomePageProps) {
</h2>
<Separator />
<PostList data={props.latestPostList} />
<div className="my-2 flex justify-end">
<Separator />
<div className="my-5 flex justify-end">
<Button asChild>
<Link href="/posts" className="font-bold">
{"MORE POSTS >"}