fix some bug design
This commit is contained in:
@@ -192,8 +192,8 @@ function FoodPage({ }: Props) {
|
||||
</div>
|
||||
|
||||
<div className="mt-4 text-xs">
|
||||
<p>محتویات:</p>
|
||||
<p>{content || '-'}</p>
|
||||
<p className='font-bold'>محتویات:</p>
|
||||
<p className='mt-2 leading-6'>{content || '-'}</p>
|
||||
</div>
|
||||
|
||||
<div className='mt-12 flex justify-between items-center'>
|
||||
|
||||
Reference in New Issue
Block a user