Skip to content

Commit e4eafa0

Browse files
author
marcoDmc
committed
style: adding margin to component
1 parent 587101b commit e4eafa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/Home/components/ShelterListView/ShelterListView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const ShelterListView = React.forwardRef<HTMLDivElement, IShelterListViewProps>(
3131
const [searchParams] = useSearchParams();
3232

3333
return (
34-
<div className={cn(className, 'flex flex-col gap-2')}>
34+
<div className={cn(className, 'flex flex-col gap-2 mt-20')}>
3535
<h1 className="text-[#2f2f2f] font-semibold text-2xl max-sm:text-center">
3636
Abrigos disponíveis ({count})
3737
</h1>

0 commit comments

Comments
 (0)