This commit is contained in:
bingus_violet 2024-09-26 14:16:12 -05:00
parent 2e32af9e9d
commit e12e07baa2

View file

@ -120,7 +120,7 @@ img:not(.project-inner > div > img):not(.activity>img) {
@keyframes fadeDelay {
0% {
display: none;
display: block;
opacity: 0;
transform: translateY(25vh);
}