expanded-nav - adjust ticketing

This commit is contained in:
isUnknown 2024-08-27 15:01:37 +02:00
parent 8a720f67dd
commit d89d8ac79b
6 changed files with 58 additions and 18 deletions

View file

@ -46,3 +46,17 @@ body.progress * {
.logo > *:not(:first-child) {
margin-left: 2.4ch;
}
.social-icons {
display: flex;
column-gap: 1.15rem;
}
.social-icons a svg {
transform: scale(1);
transition: transform 0.2s ease-in-out;
}
.social-icons a:hover svg {
transform: scale(1.15);
}