We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0196ba7 commit e48e71fCopy full SHA for e48e71f
components/Slider.tsx
@@ -46,7 +46,7 @@ export default function Slider(props: sliderProps) {
46
{TestimonialData.map((testimonial, index) => {
47
return (
48
<div key={index} className="swiper-slide h-full bg-white">
49
- <SwiperSlide className="bg-[#16161D] md:!h-[30rem] p-8 xl:p-16 rounded-xl mx-2 border-solid border border-[#39393F]">
+ <SwiperSlide className="bg-[#16161D] md:!h-[30rem] lg:!h-[30rem] p-8 xl:p-8 rounded-xl mx-2 border-solid border border-[#39393F]">
50
<div className="h-full w-full flex flex-col justify-between">
51
<p className="relative mt-4 text-gray-500">
52
<span className="text-xl">“</span>
0 commit comments