feat: small social icons and a bit more space between them
This commit is contained in:
parent
3ab0fdb225
commit
8ce5c102dd
|
|
@ -191,19 +191,19 @@
|
|||
justify-self: end;
|
||||
align-self: center;
|
||||
|
||||
padding: var(--space-small);
|
||||
|
||||
@media($mobile-breakpoint) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
&--link {
|
||||
@extend %nav-button;
|
||||
display: flex;
|
||||
padding: var(--space-xsmall);
|
||||
}
|
||||
|
||||
&--link-icon {
|
||||
width: 2em;
|
||||
width: 1.8em;
|
||||
filter: invert(100%);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue