Add tailwind css support

This commit is contained in:
DefectingCat
2023-03-20 16:25:33 +08:00
parent b9f7d0da4a
commit b6fbc66a65
3 changed files with 3 additions and 4 deletions

View File

@ -16,7 +16,7 @@ export const metadata = {
export default function Page() {
return (
<main className="h-[calc(100vh-142px)] flex justify-center items-center text-xl">
<div className="z-0 flex flex-col w-full h-full max-w-4xl px-4 py-32 text-2xl">
<div className="max-w-4xl flex flex-col w-full h-full px-4 py-32 text-2xl">
<h1 className="flex pb-4 text-5xl">
<span className={clsx('font-Aleo font-semibold', styles.gradient)}>
Hi there