fix tailwind config

This commit is contained in:
2026-04-14 20:08:37 +02:00
parent 08bba9dfa7
commit 8fdcc33079
3 changed files with 14 additions and 38 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
export default function Home() {
return (
<main className="min-h-screen bg-beige text-black">
<h1>Hello World</h1>
<main className="min-h-screen bg-brand-beige text-brand-black flex items-center justify-center">
<h1 className="font-serif text-6xl">Hello World</h1>
</main>
);
}