Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: pages/committee/members.tmpl

Issue 29438582: Issue 5135 - Reduce font size and padding on smaller screens on acceptableads.com (Closed) Base URL: https://hg.adblockplus.org/web.acceptableads.com
Patch Set: Fix alignment of hr under headings Created July 6, 2017, 10:25 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
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" />

Powered by Google App Engine
This is Rietveld