Commit 7fb260f1 by Ravindra Kanojiya

updated

1 parent 38e42fa8
......@@ -22,7 +22,7 @@ const ProjectSlider = ({projectData}) => {
const nextRef = useRef(null);
return (
<div className="project-section py-5 position-relative">
<div className="project-section pt-5 position-relative">
<Container className="custom_container">
{/* Heading */}
<Row className="text-md-center mb-4">
......@@ -48,7 +48,7 @@ const ProjectSlider = ({projectData}) => {
prevEl: ".cust-swiper-button-prev",
}}
modules={[Navigation, Autoplay]}
className="projectSwiper pb-5"
className="projectSwiper"
breakpoints={{
320: { slidesPerView: 1, spaceBetween: 15 },
640: { slidesPerView: 1.5, spaceBetween: 20 },
......@@ -136,11 +136,11 @@ const ProjectSlider = ({projectData}) => {
</svg>
</button>
</div> */}
<Row className="">
{/* <Row className="">
<Col className="d-flex justify-content-center" >
<Link href={projectData?.viewMoreUrl || "#"} className="btn3">View More <i className="fa-solid fa-arrow-right"></i></Link>
</Col>
</Row>
</Row> */}
</Container>
{/* Swiper buttons outside container */}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!