add logo animation

This commit is contained in:
isUnknown 2024-08-28 12:15:41 +02:00
parent 1ab84c2ea5
commit 5587ea1e7c
4 changed files with 33 additions and 2 deletions

View file

@ -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 {