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

View File

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