improve masonry styling slightly

This commit is contained in:
Chuck Dries 2022-06-13 19:55:36 -07:00
parent a033d54c3d
commit f9ae4ddbbe

View File

@ -65,7 +65,7 @@ const MasonryGallery = ({
let cursor = 0;
return (
<div
className="w-full"
className="w-full flex items-center flex-wrap"
style={{
position: "relative",
}}