FEATURE Introducing social networks links and icons

This commit is contained in:
Antoine M 2025-06-19 16:09:46 +02:00
parent 8f6903da26
commit 0a68f0f2dc

View File

@ -67,6 +67,16 @@ footer {
a {
@apply block;
}
.social-networks-links {
@apply flex gap-2;
.social-icon {
@apply w-full h-auto;
max-width: 48px;
}
}
}
}