fix social links #13

Merged
aallard merged 7 commits from feature/fix-social-links into main 2024-06-10 09:56:19 +00:00
1 changed files with 4 additions and 0 deletions
Showing only changes of commit 268bc34315 - Show all commits

View File

@ -189,6 +189,10 @@
align-self: center;
padding: var(--space-small);
@media($mobile-breakpoint) {
display: none;
}
}
&--link {