feat: improve contact section with tagline and button-style links

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-23 10:04:03 +09:00
parent 0984bab039
commit 93f4fc3e8c
2 changed files with 17 additions and 7 deletions

View File

@@ -376,6 +376,17 @@ img { max-width: 100%; display: block; }
.infra-card-name { font-size: 0.85rem; margin-top: 6px; font-weight: 600; color: #444; }
.infra-card-desc { font-size: 0.72rem; color: #aaa; margin-top: 3px; }
/* === Contact === */
.contact-desc {
color: #555;
margin-bottom: 24px;
}
.contact-links {
display: flex;
gap: 12px;
flex-wrap: wrap;
}
/* === Footer === */
.footer {
padding: 48px 0;