Update margins to account for navbar

This commit is contained in:
Aaron William Po
2024-04-10 19:52:21 -04:00
parent 05be380fdf
commit fb61387512
8 changed files with 11 additions and 12 deletions

View File

@@ -27,7 +27,7 @@ const BeerStyleByIdPage: NextPage<BeerStylePageProps> = ({ beerStyle }) => {
</Head>
<>
<main className="mb-12 mt-10 flex w-full items-center justify-center">
<div className="w-11/12 space-y-3 xl:w-9/12 2xl:w-8/12">
<div className="mt-10 w-11/12 space-y-3 xl:w-9/12 2xl:w-8/12">
<BeerStyleHeader beerStyle={beerStyle} />
{isDesktop ? (