make the intro come from the bottom
This commit is contained in:
parent
4f5b4dc52c
commit
76bea24755
1 changed files with 2 additions and 2 deletions
|
@ -51,12 +51,12 @@
|
||||||
|
|
||||||
@keyframes loader {
|
@keyframes loader {
|
||||||
0% {
|
0% {
|
||||||
width: 100vw;
|
height: 100vh;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
100% {
|
100% {
|
||||||
width: 0vw;
|
height: 0vh;
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue