Lisää Instagram-linkki yhteystietoihin

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-08 21:04:02 +02:00
parent f24bbc36bd
commit 8144f1c1f6
2 changed files with 27 additions and 0 deletions

View File

@@ -521,6 +521,27 @@ ul {
color: white;
}
.contact-social {
margin-top: 1rem;
}
.social-link {
display: inline-flex;
align-items: center;
gap: 0.5rem;
color: rgba(255, 255, 255, 0.7);
font-size: 0.95rem;
transition: color 0.2s;
}
.social-link:hover {
color: white;
}
.social-link svg {
flex-shrink: 0;
}
.contact-message {
font-size: 1.3rem;
font-weight: 600;