Fade animation adjustments
This commit is contained in:
parent
b7e49ab66e
commit
95262dfe4e
@ -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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user