diff --git a/index.html b/index.html
index 1a77e61..ba32b1d 100644
--- a/index.html
+++ b/index.html
@@ -407,13 +407,13 @@
.conf-card-info::after {
content: "";
- width: 30rem;
+ width: 20rem;
height: 50rem;
background: cadetblue;
+ transform: rotate(30deg);
position: absolute;
- transform: rotate(-30deg);
- top: -10rem;
- left: -23rem;
+ left: -17rem;
+ top: -15rem;
z-index: 1;
}