fix: layouts
This commit is contained in:
@@ -18,7 +18,7 @@ function FoodPage({ }: Props) {
|
||||
const price = 0; // TODO: Replace with actual price if needed
|
||||
|
||||
return (
|
||||
<div className='w-full -translate-y-2'>
|
||||
<div className='w-full -translate-y-2 pt-6'>
|
||||
<div className="relative w-full rounded-2xl overflow-hidden">
|
||||
<Image
|
||||
className='w-full'
|
||||
|
||||
Reference in New Issue
Block a user