diff --git a/static/root.css b/static/root.css index d8073d5..6e4beff 100644 --- a/static/root.css +++ b/static/root.css @@ -99,11 +99,10 @@ img:not(.project-inner > div > img):not(.activity>img) { /* height: 4rem; */ } - 50% { + /* 50% { opacity: 1; - /* height: 4rem; */ transform: translateY(calc(50vh - 6rem)) scale(1.25); - } + } */ 100% { transform: translateY(0) scale(1); @@ -115,13 +114,13 @@ img:not(.project-inner > div > img):not(.activity>img) { } @keyframes fadeDelay { - 0% { + /* 0% { opacity: 0; transform: translateY(25vh); display: none; - } + } */ - 66% { + 0% { opacity: 0; transform: translateY(25vh); display: none;