File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -186,7 +186,7 @@ <h3>On-Site Community Support Volunteers</h3>
186186 < div class ="row ">
187187 {% assign onsite_volunteers = site.data.community-support | where:"onsite","true" | sort: 'last'%}
188188 {% for volunteer in onsite_volunteers %}
189- < div class ="col-4 ">
189+ < div class ="col-lg- 4 ">
190190 < div class ="speaker-box text-center ">
191191 < div class ="speaker-box-inner ">
192192 < div class ="speaker-mini ">
@@ -219,7 +219,7 @@ <h3>Online Community Support Volunteers</h3>
219219
220220 {% assign online_volunteers = site.data.community-support | where:"online","true" | sort: 'last'%}
221221 {% for volunteer in online_volunteers %}
222- < div class ="col-4 ">
222+ < div class ="col-lg- 4 ">
223223 < div class ="speaker-box text-center ">
224224 < div class ="speaker-box-inner ">
225225 < div class ="speaker-mini ">
You can’t perform that action at this time.
0 commit comments