Spaces:
Sleeping
Sleeping
Ron Au
commited on
Commit
•
9dd26bb
1
Parent(s):
1db78ba
fix(booster): Correct clip-path on 3D triangle
Browse files- static/style.css +1 -2
static/style.css
CHANGED
@@ -508,12 +508,11 @@ img.hf-logo {
|
|
508 |
clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
|
509 |
}
|
510 |
.triangle.bottom {
|
511 |
-
clip-path: polygon(0%
|
512 |
}
|
513 |
|
514 |
.triangle.top.right {
|
515 |
transform: rotateY(90deg) translate3d(0.1px, -59.1px, -39.5px) scale(0.1);
|
516 |
-
|
517 |
}
|
518 |
.triangle.top.left {
|
519 |
transform: rotateY(90deg) translate3d(0.1px, -59.1px, calc(var(--width) - 41.5px)) scale(0.1);
|
|
|
508 |
clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
|
509 |
}
|
510 |
.triangle.bottom {
|
511 |
+
clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
|
512 |
}
|
513 |
|
514 |
.triangle.top.right {
|
515 |
transform: rotateY(90deg) translate3d(0.1px, -59.1px, -39.5px) scale(0.1);
|
|
|
516 |
}
|
517 |
.triangle.top.left {
|
518 |
transform: rotateY(90deg) translate3d(0.1px, -59.1px, calc(var(--width) - 41.5px)) scale(0.1);
|