update styling to gallery
This commit is contained in:
parent
a5ac68610b
commit
41f8b179e6
@ -9,7 +9,7 @@ const WSPGallery = ({ galleryImages }) => {
|
||||
|
||||
return (
|
||||
<div>
|
||||
<div className="galleryWrapper">
|
||||
<div className="flex flex-wrap gap-10 items-center justify-center max-w-[620px] my-auto">
|
||||
{galleryImages &&
|
||||
galleryImages.map((slide, index) => {
|
||||
return (
|
||||
@ -17,8 +17,8 @@ const WSPGallery = ({ galleryImages }) => {
|
||||
<Image
|
||||
src={slide.img}
|
||||
alt="/"
|
||||
width={40}
|
||||
height={40}
|
||||
width={100}
|
||||
height={100}
|
||||
/>
|
||||
</div>
|
||||
);
|
||||
|
||||
@ -66,7 +66,7 @@ const Gallery = () => {
|
||||
{/* <div className="">
|
||||
<EmblaCarousel />
|
||||
</div> */}
|
||||
<div className="flex flex-col w-full">
|
||||
<div className="flex justify-center py-8">
|
||||
<WSPGallery galleryImages={galleryImages} />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user