service images
This commit is contained in:
@@ -22,7 +22,7 @@ const ServiceImages: FC<Props> = ({ images }) => {
|
|||||||
{
|
{
|
||||||
images.map((item) => {
|
images.map((item) => {
|
||||||
return (
|
return (
|
||||||
<SwiperSlide key={item.id} className='max-w-[38%]' style={SWIPER_SLIDE_STYLE}>
|
<SwiperSlide key={item.id} className='xl:max-w-[38%] max-w-[80%]' style={SWIPER_SLIDE_STYLE}>
|
||||||
<div className='bg-white bg-opacity-50 w-full p-2 rounded-2xl'>
|
<div className='bg-white bg-opacity-50 w-full p-2 rounded-2xl'>
|
||||||
<img src={item.imageUrl} className='w-full rounded-2xl' />
|
<img src={item.imageUrl} className='w-full rounded-2xl' />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user