mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-02-16 10:42:08 +00:00
Add dbml, minor tweaks to beer style page
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user