fix: progress bar bottom-8 with horizontal padding
This commit is contained in:
@@ -175,7 +175,7 @@ export default function CloudRevealSection() {
|
|||||||
)}
|
)}
|
||||||
|
|
||||||
{/* Alt progress bar */}
|
{/* Alt progress bar */}
|
||||||
<div className="absolute bottom-0 left-0 right-0 z-10 h-[2px] bg-white/10">
|
<div className="absolute bottom-8 left-10 right-10 z-10 h-[2px] bg-white/10">
|
||||||
<motion.div
|
<motion.div
|
||||||
className="h-full bg-white/60 origin-left"
|
className="h-full bg-white/60 origin-left"
|
||||||
style={{ scaleX: progressScaleX }}
|
style={{ scaleX: progressScaleX }}
|
||||||
|
|||||||
Reference in New Issue
Block a user