diff --git a/static/root.css b/static/root.css index 62a62d5..99f508b 100644 --- a/static/root.css +++ b/static/root.css @@ -96,12 +96,12 @@ img:not(.project-inner > div > img):not(.activity>img) { 0% { transform: translateY(calc(50vh - 6rem)) scale(1.5); opacity: 0; - height: 4rem; + /* height: 4rem; */ } 50% { opacity: 1; - height: 4rem; + /* height: 4rem; */ transform: translateY(calc(50vh - 6rem)) scale(1.25); }