fix: temporarily hide social links on mobile

This commit is contained in:
Corentin 2024-06-10 11:44:39 +02:00
parent b3b6e1c658
commit 268bc34315
1 changed files with 4 additions and 0 deletions

View File

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