From e12e07baa2da3d6abf971507490ef461c2333684 Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Thu, 26 Sep 2024 14:16:12 -0500 Subject: [PATCH] WHAT??? --- static/root.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/root.css b/static/root.css index 1b21aee..1aba879 100644 --- a/static/root.css +++ b/static/root.css @@ -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); }