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

Unified Diff: pages/about/index.html

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/about/index.html
===================================================================
--- a/pages/about/index.html
+++ b/pages/about/index.html
@@ -1,24 +1,24 @@
title=What are Acceptable Ads?
description=Acceptable Ads are nonintrusive ad formats that are accepted by ad blocking users and allow content creators to monetize their content.
custom=1
<div class="container">
<h1>{{what-are-acceptable-ads-heading[What are Acceptable Ads heading] What are Acceptable Ads?}}</h1>
<hr>
- <div class="row">
+ <div class="row section">
<div class="col-6 expand-on-tablet">
<? include about/what-are-acceptable-ads ?>
</div>
</div>
</div>
-<div class="bg-accent">
- <div class="container center m-y-xl">
+<div class="bg-accent section">
+ <div class="container center">
<? include about/treating-people-with-respect ?>
</div>
</div>
<div class="container section">
<h2>{{acceptable-ads-heading[Acceptable Ads... heading] Acceptable Ads...}}</h2>
<div class="row">
<div class="col-6 push-6">

Powered by Google App Engine
This is Rietveld