diff --git a/src/style.css b/src/style.css index ea22f60..c3aac90 100644 --- a/src/style.css +++ b/src/style.css @@ -396,7 +396,7 @@ i { opacity: 0; height: 100%; position: relative; - transform: translateY(10px); + transform: scale(1.04); transition: transform 0.3s ease, opacity 0.3s ease; pointer-events: none; z-index: 10; @@ -410,7 +410,7 @@ i { .open #main #content { pointer-events: all; opacity: 1; - transform: translateY(0); + transform: scale(1); } .page {