fix: remove mockup border, scale down mockups to fit viewport
This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user