Skip to content

Commit fe326fc

Browse files
Add min size
1 parent f9bab2a commit fe326fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/FeaturesDiagonal.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ export const FeaturesDiagonal = () => {
3030
whileInView={{ opacity: 1, x: 0 }}
3131
viewport={{ once: true }}
3232
transition={{ duration: 1.5, delay: 0.75 }}
33-
className="w-full h-[12vw] relative -mt-[2vw]"
33+
className="w-full h-[12vw] min-h-12 relative -mt-[2vw]"
3434
>
35-
<img src={webx_stripe.src} alt="Web X stripe" className="absolute top-0 right-0 w-1/2 h-full" />
35+
<img src={webx_stripe.src} alt="Web X stripe" className="absolute top-0 right-0 w-1/2 min-w-64 h-full" />
3636
{/* <img src={webx_stripe.src} alt="Web X stripe" className="w-1/2 h-full ml-auto" /> */}
3737
</motion.div>
3838
<motion.div

0 commit comments

Comments
 (0)