@@ -58,20 +62,25 @@ const teamMembers = [
{member.github && (
-
+
)}
{member.linkedin && (
-
+
)}
{member.youtube && (
-
+
)}
+ {member.email && (
+
+
+
+ )}
))}
@@ -129,18 +138,15 @@ const teamMembers = [
text-decoration: none;
font-size: 1.2rem;
}
- /* .github { background-color: #333; }
- .linkedin { background-color: #0077b5; }
- .youtube { background-color: #ff0000; } */
/* Responsive adjustments */
- @media (max-width: 768px) {
+ @media (max-width: 768px) {
.team {
- padding: 1rem; /* Reduce side padding */
+ padding: 1rem;
}
.team-grid {
- gap: 0.5rem; /* Adjust grid gap for a tighter layout */
+ gap: 0.5rem;
}
.team-member {
@@ -158,4 +164,4 @@ const teamMembers = [
padding: 0.4rem;
}
}
-
+
\ No newline at end of file