mirror of
https://github.com/tlsnotary/website.git
synced 2026-01-08 22:38:08 -05:00
updated team cards to match project cards
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user