mirror of
https://github.com/hex248/ob248.com.git
synced 2026-02-09 11:13:03 +00:00
removed gap in between photos
This commit is contained in:
@@ -541,7 +541,7 @@ function Home() {
|
||||
<div className="flex">
|
||||
<div
|
||||
id={getTravelPhotoListId(location.id)}
|
||||
className="flex flex-col flex-1 ml-8 max-h-128 overflow-y-auto gap-1"
|
||||
className="flex flex-col flex-1 ml-8 max-h-128 overflow-y-auto"
|
||||
>
|
||||
{locationPhotos[location.id].map(
|
||||
(photo, photoIndex) => (
|
||||
|
||||
Reference in New Issue
Block a user