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 f9bab2a commit fe326fcCopy full SHA for fe326fc
src/components/FeaturesDiagonal.jsx
@@ -30,9 +30,9 @@ export const FeaturesDiagonal = () => {
30
whileInView={{ opacity: 1, x: 0 }}
31
viewport={{ once: true }}
32
transition={{ duration: 1.5, delay: 0.75 }}
33
- className="w-full h-[12vw] relative -mt-[2vw]"
+ className="w-full h-[12vw] min-h-12 relative -mt-[2vw]"
34
>
35
- <img src={webx_stripe.src} alt="Web X stripe" className="absolute top-0 right-0 w-1/2 h-full" />
+ <img src={webx_stripe.src} alt="Web X stripe" className="absolute top-0 right-0 w-1/2 min-w-64 h-full" />
36
{/* <img src={webx_stripe.src} alt="Web X stripe" className="w-1/2 h-full ml-auto" /> */}
37
</motion.div>
38
<motion.div
0 commit comments