Fade animation adjustments

This commit is contained in:
Tressley Cahill 2022-10-26 11:22:20 -04:00
parent b7e49ab66e
commit 95262dfe4e

View File

@ -14,7 +14,7 @@ main {
}
#traichu {
animation: fade 0.25s ease-in;
animation: fade 0.125s ease-in;
display: flex;
flex-direction: column;
justify-content: center;
@ -28,10 +28,7 @@ header {
justify-content: center;
}
header img {
animation: fade 0.25s ease-in forwards;
width: 6rem;
}
header img { width: 6rem; }
#dock ul {
display: flex;