fix tailwind config
This commit is contained in:
+2
-2
@@ -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>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user