This commit is contained in:
2025-04-24 02:41:50 -06:00
parent 8f2f8c3ff2
commit ee44847974
3 changed files with 97 additions and 3 deletions

View File

@ -13,7 +13,7 @@ export default function PostsPage(props: PageProps<Post[]>) {
const posts = props.data;
return (
<div class="min-h-screen p-4 sm:p-8">
<h1 class="text-3xl sm:text-4xl font-bold text-accent mb-6 sm:mb-8 text-center">
<h1 class="text-3xl sm:text-4xl font-bold text-primary mb-6 sm:mb-8 text-center">
Posts
</h1>
<div class="flex flex-row flex-wrap justify-center gap-4 sm:gap-6 max-w-6xl mx-auto">