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

Unified Diff: pages/committee/index.md

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: Handle responsive styling Created June 22, 2017, 3:27 p.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/index.md
===================================================================
--- a/pages/committee/index.md
+++ b/pages/committee/index.md
@@ -16,19 +16,42 @@
height: auto;
}
.group-4 > .card
{
width: 100%;
}
}
+
+.container p:last-child
juliandoucette 2017/06/26 10:31:21 Again, seems like there may / should be a containe
ire 2017/06/27 08:36:30 Done.
+{
+ margin-bottom: 32px;
+}
+
+@media(min-width: 544px)
+{
+ .container p:last-child
+ {
+ margin-bottom: 64px;
+ }
+}
+
+@media(min-width: 768px)
+{
+ .container p:last-child
+ {
+ margin-bottom: 96px;
+ }
+}
</style>
-<div class="container p-b-xl" markdown="1">
+<div class="container" markdown="1">
# {{aac-heading[Page Heading] Acceptable Ads Committee}}
+---
juliandoucette 2017/06/26 10:31:21 Good catch.
ire 2017/06/27 08:36:30 Thanks :)
+
{{aac-paragraph1[Acceptable Ads Committee Paragraph 1] In <fix>2017</fix>, <fix>eyeo GmbH</fix> handed over control of the Acceptable Ads initiative to an independent committee made up of eleven stakeholders who represent three distinct coalitions: User Advocates Coalition (digital rights organization, ad-block user), For Profit Coalition (advertiser, advertising agency, ad-tech company, publisher / content creator) and the Expert Coalition (user agent, creative agent, researcher / academia). This committee, aptly called the Acceptable Ads Committee, has full control over the Acceptable Ads initiative, including what’s deemed acceptable by defining the [Acceptable Ads criteria](https://acceptableads.com/en/about/criteria).}}
{{aac-paragraph2[Acceptable Ads Committee Paragraph 2] The committee's goal is simple: create new and exceptional ad standards that improve the user experience for ad-blocking users while, just as importantly, delivering real value to content publishers and online advertisers.}}
</div>
<? include blog/recent-aac ?>

Powered by Google App Engine
This is Rietveld