Lisää Instagram-linkki yhteystietoihin
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
21
style.css
21
style.css
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user