diff --git a/index.html b/index.html index 40f0571..4c5ad1c 100644 --- a/index.html +++ b/index.html @@ -107,6 +107,12 @@

jukka@lampikoski.com

+
+ + + @jukkalampikoski + +

Ota rohkeasti yhteyttä — vastaan mielelläni kaikkiin kysymyksiin!

diff --git a/style.css b/style.css index 0920621..cf1ff67 100644 --- a/style.css +++ b/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;