Skip to content

Commit

Permalink
fix layout scaling on home page
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-SKR committed Feb 12, 2023
1 parent f6f2c8b commit d012a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ function Home(props: HomeProps): JSX.Element {
(oldRecord: JSX.Element[], newRecord, currentIndex) => {
if (newRecord.name) {
oldRecord.push(
<Grid item lg={6}>
<Grid item xs={12} lg={6}>
<FoodCard
key={newRecord._id}
videoId={newRecord.videoId}
Expand Down

1 comment on commit d012a2f

@vercel
Copy link

@vercel vercel bot commented on d012a2f Feb 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.