We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 30cd06b + 91d1f74 commit ece3ffeCopy full SHA for ece3ffe
docs/css/team.css
@@ -223,6 +223,18 @@ img {
223
color:#37D6B9;
224
}
225
226
+.group-photo {
227
+ padding-top: 5rem;
228
+ display: flex;
229
+ justify-content: center;
230
+ padding-bottom: 10rem;
231
+}
232
+
233
+.group-image {
234
+ width: 75%;
235
+ border-radius: 3rem;
236
237
238
.eboard-pictures {
239
display: flex;
240
flex-direction: column;
docs/images/group-photo.jpeg
3.54 MB
docs/team.html
@@ -108,6 +108,9 @@
108
</div>
109
110
111
+ <section class="group-photo">
112
+ <img class="group-image" src="images/group-photo.jpeg" alt="Group Photo of VOID Members" />
113
+ </section>
114
<section class="eboard-pictures">
115
<div id="eboard-row-1">
116
<div class="eboard-member">
0 commit comments