diff --git a/src/styles/globals.css b/src/styles/globals.css index d55b49cb7..2c9ecc5e6 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -25,7 +25,7 @@ a { .text-reveal { transition: all 1.5s; - transform: translateY(-4em); + transform: translateY(-3em); clip-path: polygon(0 0, 100% 0, 100% 0, 0 0); }