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;