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

@@ -36,7 +36,7 @@ const BreweryByIdPage: NextPage<BreweryPageProps> = ({ breweryPost, mapboxToken
<meta name="description" content={breweryPost.description} />
</Head>
<>
<div className="mt-10">
<Carousel
className="w-full"
useKeyboardArrows
@@ -106,7 +106,7 @@ const BreweryByIdPage: NextPage<BreweryPageProps> = ({ breweryPost, mapboxToken
)}
</div>
</div>
</>
</div>
</>
);
};