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: Remove @media screen, Resize h2, Keep icon size Created May 31, 2017, 9:53 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
@@ -7,18 +7,18 @@
<hr>
<div class="row">
<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