fix: progress bar bottom-8 with horizontal padding

This commit is contained in:
2026-07-30 12:50:45 +03:00
parent d9366c033e
commit 6041be16d2
+1 -1
View File
@@ -175,7 +175,7 @@ export default function CloudRevealSection() {
)}
{/* 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
className="h-full bg-white/60 origin-left"
style={{ scaleX: progressScaleX }}