Add dbml, minor tweaks to beer style page

This commit is contained in:
Aaron William Po
2023-09-23 22:32:15 -04:00
parent 390ac8daf9
commit cb26df286a
8 changed files with 121 additions and 9 deletions

View File

@@ -38,7 +38,7 @@ const BeerStylePage: NextPage = () => {
<header className="my-10 flex justify-between lg:flex-row">
<div>
<h1 className="text-4xl font-bold lg:text-6xl">The Biergarten App</h1>
<h2 className="text-2xl font-bold lg:text-4xl">Types</h2>
<h2 className="text-2xl font-bold lg:text-4xl">Styles</h2>
</div>
</header>
<div className="grid gap-6 xl:grid-cols-2">