improve look of header

This commit is contained in:
Brandon Egger
2023-04-10 20:23:59 -05:00
parent 15276c90ac
commit 6942e6f979
3 changed files with 5 additions and 4 deletions

View File

@ -11,7 +11,8 @@ const Home: NextPage = () => {
<link rel="icon" href="/favicon.ico" />
</Head>
<main>
<div className="my-6">
<div className="p-2">
<h1 className="mx-auto text-center font-extrabold text-4xl max-w-lg text-neutral-600">Welcome to the Resource Center for Auditory Training!</h1>
</div>
</main>
</>