feat: small social icons and a bit more space between them

This commit is contained in:
Adrien Allard 2024-06-10 18:10:36 +02:00
parent 3ab0fdb225
commit 8ce5c102dd
1 changed files with 3 additions and 3 deletions

View File

@ -191,19 +191,19 @@
justify-self: end; justify-self: end;
align-self: center; align-self: center;
padding: var(--space-small);
@media($mobile-breakpoint) { @media($mobile-breakpoint) {
display: none; display: none;
} }
} }
&--link { &--link {
@extend %nav-button;
display: flex; display: flex;
padding: var(--space-xsmall);
} }
&--link-icon { &--link-icon {
width: 2em; width: 1.8em;
filter: invert(100%); filter: invert(100%);
} }
} }