From fe0940ce4f7a95960f7ffa0fda6aeb25bd3c2efb Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Thu, 26 Sep 2024 13:51:57 -0500 Subject: [PATCH] IM STILL SO CONFUSED --- static/root.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/root.css b/static/root.css index 76df5bf..d8073d5 100644 --- a/static/root.css +++ b/static/root.css @@ -117,10 +117,11 @@ img:not(.project-inner > div > img):not(.activity>img) { @keyframes fadeDelay { 0% { opacity: 0; + transform: translateY(25vh); display: none; } - 90% { + 66% { opacity: 0; transform: translateY(25vh); display: none;