fixed timing bug in php

This commit is contained in:
camill 2025-12-05 21:40:09 +01:00
parent 66bd68947d
commit 0cac807528

View File

@ -94,12 +94,12 @@ $price_sum = $_POST["kosten"];
}
90% {
top: -100%;
top: -130%;
opacity: 1;
}
100% {
top: -100%;
top: -150%;
opacity: 0;
}