expanded-nav - adjust ticketing
This commit is contained in:
parent
8a720f67dd
commit
d89d8ac79b
6 changed files with 58 additions and 18 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue