diff --git a/web/src/app.css b/web/src/app.css index 3936314..decfa66 100644 --- a/web/src/app.css +++ b/web/src/app.css @@ -576,11 +576,9 @@ @keyframes page-enter { from { opacity: 0; - transform: translateY(8px); } to { opacity: 1; - transform: translateY(0); } } diff --git a/web/src/components/ui/PageTransition.tsx b/web/src/components/ui/PageTransition.tsx index 22be2c4..099e717 100644 --- a/web/src/components/ui/PageTransition.tsx +++ b/web/src/components/ui/PageTransition.tsx @@ -23,8 +23,8 @@ export default function PageTransition(props: PageTransitionProps) {