| Index: pages/committee/members.tmpl | 
| =================================================================== | 
| --- a/pages/committee/members.tmpl | 
| +++ b/pages/committee/members.tmpl | 
| @@ -364,17 +364,17 @@ | 
| <p class="col-6">{{ coalitions[id].description | translate("{{ id }}-intro") }}</p> | 
| {% for group in coalitions[id].groups %} | 
| {{ group_list(group) }} | 
| {% endfor %} | 
| </section> | 
| {% endmacro %} | 
| <section class="container"> | 
| - <div class="row"> | 
| + <div class="row section"> | 
| <div class="col-6"> | 
| <h1>{{ "Members" | translate("members-heading", "heading") }}</h1> | 
| <hr> | 
| <p>{{ "The Acceptable Ads Committee is divided into three Coalitions, with each faction consisting of several Members. Each group includes a Representative and multiple supporting Members." | translate("members-intro-2") }}</p> | 
| <p>{{ "Below is a list of all current Representatives and supporting Members, broken down by Coalition." | translate("members-intro-2") }}</p> | 
| </div> | 
| <aside class="col-6"> | 
| <img id="committee-structure" class="block" alt="{{ "Acceptable Ads Committee Structure" | translate("featured-image-alt", "Image alt text") }}" src="/img/png/blog/acceptable-ads-committee-structure.png" /> |