404 page no longer animates

This commit is contained in:
Bingus_Violet 2024-02-08 17:31:48 -06:00
parent be956d305f
commit 6d32f9b4f5
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@
</head>
<body>
<h1>Welcome to <span class="mainTitle">Violet's Purgatory</span><span class="note">Commit {COMMIT_COUNT}</span><br></h1>
<h1 class="animatedTitle">Welcome to <span class="mainTitle">Violet's Purgatory</span><span class="note">Commit {COMMIT_COUNT}</span><br></h1>
{BG_EFFECT}
<main>
<hr>

View file

@ -27,7 +27,7 @@ main {
margin: auto;
}
body>h1 {
.animatedTitle {
animation: mainText 3s cubic-bezier(0.075, 0.82, 0.165, 1);
margin: auto;
max-width: 75%;