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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 title=What are Acceptable Ads? 1 title=What are Acceptable Ads?
2 description=Acceptable Ads are nonintrusive ad formats that are accepted by ad b locking users and allow content creators to monetize their content. 2 description=Acceptable Ads are nonintrusive ad formats that are accepted by ad b locking users and allow content creators to monetize their content.
3 custom=1 3 custom=1
4 4
5 <div class="container"> 5 <div class="container">
6 <h1>{{what-are-acceptable-ads-heading[What are Acceptable Ads heading] What ar e Acceptable Ads?}}</h1> 6 <h1>{{what-are-acceptable-ads-heading[What are Acceptable Ads heading] What ar e Acceptable Ads?}}</h1>
7 <hr> 7 <hr>
8 <div class="row"> 8 <div class="row section">
9 <div class="col-6 expand-on-tablet"> 9 <div class="col-6 expand-on-tablet">
10 <? include about/what-are-acceptable-ads ?> 10 <? include about/what-are-acceptable-ads ?>
11 </div> 11 </div>
12 </div> 12 </div>
13 </div> 13 </div>
14 14
15 <div class="bg-accent"> 15 <div class="bg-accent section">
16 <div class="container center m-y-xl"> 16 <div class="container center">
17 <? include about/treating-people-with-respect ?> 17 <? include about/treating-people-with-respect ?>
18 </div> 18 </div>
19 </div> 19 </div>
20 20
21 <div class="container section"> 21 <div class="container section">
22 <h2>{{acceptable-ads-heading[Acceptable Ads... heading] Acceptable Ads...}}</h 2> 22 <h2>{{acceptable-ads-heading[Acceptable Ads... heading] Acceptable Ads...}}</h 2>
23 <div class="row"> 23 <div class="row">
24 <div class="col-6 push-6"> 24 <div class="col-6 push-6">
25 <img class="block" alt="{{acceptable-ads-image-alt(Acceptable Ads... image alt text) Acceptable Ads promotional image}}" src="/img/png/what-is-acceptablea ds.png" /> 25 <img class="block" alt="{{acceptable-ads-image-alt(Acceptable Ads... image alt text) Acceptable Ads promotional image}}" src="/img/png/what-is-acceptablea ds.png" />
26 </div> 26 </div>
27 <div class="col-6 pull-6"> 27 <div class="col-6 pull-6">
28 <? include about/acceptable-ads-are ?> 28 <? include about/acceptable-ads-are ?>
29 </div> 29 </div>
30 </div> 30 </div>
31 </div> 31 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld