fix: remove mockup border, scale down mockups to fit viewport

This commit is contained in:
Usman Baig
2026-03-26 23:28:03 +01:00
parent 4896089463
commit b5150e3b7a

View File

@@ -70,10 +70,12 @@ export default function FeatureSlideshow() {
{/* Orange glow */} {/* Orange glow */}
<div className="absolute -inset-8 rounded-3xl bg-brand-orange/8 blur-3xl pointer-events-none" /> <div className="absolute -inset-8 rounded-3xl bg-brand-orange/8 blur-3xl pointer-events-none" />
<div className="relative rounded-2xl border border-white/[0.08] overflow-hidden"> <div className="relative rounded-2xl overflow-hidden max-h-[50vh]">
<div className="scale-[0.85] origin-top">
{slide.mockup} {slide.mockup}
</div> </div>
</div> </div>
</div>
</motion.div> </motion.div>
</AnimatePresence> </AnimatePresence>