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); }