From f060c5422232c8134138e76be8bb548c5451ecbb Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Thu, 26 Sep 2024 14:21:14 -0500 Subject: [PATCH] random bullshit go!!! --- static/root.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/static/root.css b/static/root.css index fc01026..e565394 100644 --- a/static/root.css +++ b/static/root.css @@ -36,21 +36,21 @@ body { justify-content: center; } -.animatedMain { - opacity: 1; - animation: fadeDelay 1s cubic-bezier(0.075, 0.82, 0.165, 1); - animation-delay: 1.25s; - animation-fill-mode: both; -} - .animatedTitle { - animation: mainText 2s cubic-bezier(0.075, 0.82, 0.165, 1); + animation: mainText 2s linear; margin: auto; max-width: 75%; padding-top: 30px; /* outline: 1px white solid; */ } +.animatedMain { + opacity: 1; + animation: fadeDelay 1s linear; + animation-delay: 1.25s; + animation-fill-mode: both; +} + .pfp { border-radius: 15px; border: darkgray 4px solid;