404 page no longer animates
This commit is contained in:
parent
be956d305f
commit
6d32f9b4f5
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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%;
|
||||
|
|
Loading…
Reference in a new issue