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