add margin to left and right side of team cards

This commit is contained in:
steph 2022-12-26 12:48:36 -08:00
parent d8c3f8fc16
commit 7d0cec0a49
1 changed files with 2 additions and 2 deletions

View File

@ -163,7 +163,7 @@ const members = [
margin: 1rem auto;
max-width: 100%;
width: 100%;
}
}
.dark .image-src{
filter: invert(1) hue-rotate(217deg) contrast(0.72);
@ -174,7 +174,7 @@ const members = [
align-items: center;
flex-direction: column;
display: flex;
margin-top: 2.5rem;
margin: 1.5rem;
}
.vp-doc h2 {