Skip to content

Commit 0a86050

Browse files
Make 404 not massive file
1 parent df3626d commit 0a86050

File tree

4 files changed

+277
-758
lines changed

4 files changed

+277
-758
lines changed

404.css

-16
Original file line numberDiff line numberDiff line change
@@ -187,22 +187,6 @@ body {
187187
}
188188
}
189189

190-
#astro_fog {
191-
animation: breathing_animation 1s infinite ease-in-out;
192-
opacity: 0;
193-
transition: all .8s
194-
}
195-
196-
@keyframes breathing_animation {
197-
from {
198-
opacity: 1
199-
}
200-
201-
to {
202-
opacity: 0
203-
}
204-
}
205-
206190
.error_404_letter h1 {
207191
font-family: Roboto, sans-serif;
208192
font-size: 300px;

0 commit comments

Comments
 (0)