fix: screen width bug when having posts and no post
This commit is contained in:
parent
9c5e7db748
commit
18cbd059be
@ -5,8 +5,10 @@ export default function EmptyGrid() {
|
||||
|
||||
return (
|
||||
<div>
|
||||
<div className="my-8 h-32 w-full flex items-center justify-center">
|
||||
<p className="font-medium text-muted-foreground">{t('noPostsFound')}</p>
|
||||
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
|
||||
<div className="col-span-full my-8 h-32 w-full flex items-center justify-center">
|
||||
<p className="font-medium text-muted-foreground">{t('noPostsFound')}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user