fix: gradient.

This commit is contained in:
Darshan
2026-02-03 14:32:24 +05:30
parent 92e94e365f
commit bdad14e83a
+5 -3
View File
@@ -587,12 +587,14 @@ body {
}
.installer-gradients {
left: 25%;
top: 47.5%;
top: 34%;
left: 17%;
width: 409px;
height: 194px;
opacity: 0.32;
position: absolute;
pointer-events: none;
transform: translate(-101.3px, -295.3px);
transform: translateY(-50%) rotate(-25deg);
}
.installer-blob {