updated team cards to match project cards

This commit is contained in:
AtHeartEngineer
2022-07-11 15:41:13 +00:00
parent ed71583046
commit fc7556ff68
2 changed files with 8 additions and 2 deletions

View File

@@ -6,7 +6,8 @@
#Team .Cards {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
gap: 2rem;
gap: 1rem 2rem;
margin-top: 1rem;
}
@media screen and (max-width: 800px) {

View File

@@ -2,7 +2,12 @@
display: flex;
justify-content: space-between;
flex-direction: column;
margin-top: 4rem;
margin-top: 1rem;
border: 1px solid var(--gray-transparent);
border-radius: var(--border-radius);
background-color: var(--white);
box-shadow: var(--box-shadow);
padding: 2rem;
}
.members-card-title {