mirror of
https://github.com/tlsnotary/website.git
synced 2026-01-09 14:08:01 -05:00
updated team cards to match project cards
This commit is contained in:
@@ -6,7 +6,8 @@
|
|||||||
#Team .Cards {
|
#Team .Cards {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
|
grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
|
||||||
gap: 2rem;
|
gap: 1rem 2rem;
|
||||||
|
margin-top: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 800px) {
|
@media screen and (max-width: 800px) {
|
||||||
|
|||||||
@@ -2,7 +2,12 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
flex-direction: column;
|
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 {
|
.members-card-title {
|
||||||
|
|||||||
Reference in New Issue
Block a user