Feat: Add clickable Developer Cards with placehodler links

This commit is contained in:
Jona Walpert
2026-04-13 01:12:16 +02:00
parent 30f98b1333
commit 088407b041
2 changed files with 26 additions and 12 deletions
+10
View File
@@ -511,6 +511,16 @@ video,
z-index: 2;
}
.team-member-link {
text-decoration: none;
color: inherit;
width: 100%;
}
.team-member-link:hover {
color: inherit;
}
.feature-card .icon {
width: 100px;
margin-bottom: 1.5rem;