FEATURE Styling the social networks links component indepedently

This commit is contained in:
Antoine M 2025-09-24 16:26:24 +02:00
parent 9cc12b88ea
commit 4610c5c725

View File

@ -76,21 +76,6 @@ footer {
a {
@apply block;
}
.social-networks-links {
@apply flex gap-2;
.social-link {
&:after {
@apply !content-none;
}
}
.social-icon {
@apply w-full h-auto;
width: 48px;
}
}
}
.mentions {