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;
|
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%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue