make the intro come from the bottom

This commit is contained in:
Reid 2024-07-09 00:25:59 -07:00
parent 4f5b4dc52c
commit 76bea24755
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD

View file

@ -51,12 +51,12 @@
@keyframes loader {
0% {
width: 100vw;
height: 100vh;
display: block;
}
100% {
width: 0vw;
height: 0vh;
display: none;
}
}