fix some bug design

This commit is contained in:
hamid zarghami
2025-12-28 16:47:57 +03:30
parent 53858e4efa
commit 8c8867cddb
3 changed files with 32 additions and 9 deletions
+2 -2
View File
@@ -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'>