diff --git a/src/styles/globals.css b/src/styles/globals.css index 2c9ecc5e6..bb27dcaf2 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -23,6 +23,8 @@ a { box-sizing: border-box; } +/* Hero animations */ + .text-reveal { transition: all 1.5s; transform: translateY(-3em);