diff --git a/static/root.css b/static/root.css index ecf04f2..f9d108c 100644 --- a/static/root.css +++ b/static/root.css @@ -32,6 +32,11 @@ justify-content: center; } +.animatedMain { + opacity: 1; + animation: fadeDelay 2s cubic-bezier(0.075, 0.82, 0.165, 1); +} + .animatedTitle { animation: mainText 2s cubic-bezier(0.075, 0.82, 0.165, 1); margin: auto; @@ -40,11 +45,6 @@ /* outline: 1px white solid; */ } -.animatedMain { - opacity: 1; - animation: fadeDelay 2s cubic-bezier(0.075, 0.82, 0.165, 1); -} - .pfp { border-radius: 15px; border: darkgray 4px solid;