add social button

This commit is contained in:
2025-04-13 12:18:06 +00:00
parent 6a1a273015
commit 1d7d611282
2 changed files with 22 additions and 0 deletions

View File

@@ -475,6 +475,19 @@ footer {
padding: 30px 0;
text-align: center;
}
.social-links {
display: flex;
justify-content: center;
gap: 30px;
margin-bottom: 20px;
}
.social-link {
color: white;
transition: color 0.3s ease;
}
.social-link:hover {
color: var(--primary);
}
/* Responsive */
@media (max-width: 1024px) {