add logo animation
This commit is contained in:
parent
1ab84c2ea5
commit
5587ea1e7c
4 changed files with 33 additions and 2 deletions
|
|
@ -37,6 +37,8 @@ body.progress * {
|
|||
font-weight: normal;
|
||||
transition: opacity 0.2s ease-in-out;
|
||||
font-size: var(--font-size-h2);
|
||||
transition: font-size 0.3s var(--curve-quick-slow);
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.logo > * {
|
||||
|
|
@ -45,6 +47,7 @@ body.progress * {
|
|||
|
||||
.logo > *:not(:first-child) {
|
||||
margin-left: 2.4ch;
|
||||
transition: margin 0.3s var(--curve-quick-slow);
|
||||
}
|
||||
|
||||
.social-icons {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue