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

Delta Between Two Patch Sets: pages/blog/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
Left Patch Set: Handle responsive styling Created June 22, 2017, 3:27 p.m.
Right 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:
Left: Side by side diff | Download
Right: Side by side diff | Download
LEFTRIGHT
1 title=Blog | The Acceptable Ads Committee 1 title=Blog | The Acceptable Ads Committee
2 description=Keeping you up-to-date with everything related to acceptable ads. 2 description=Keeping you up-to-date with everything related to acceptable ads.
3 breadcrumb=Blog 3 breadcrumb=Blog
4 custom=1 4 custom=1
5 5
6 <style> 6 <style>
7 .card h3 7 .card h3
8 { 8 {
9 font-size: 20px; 9 font-size: 20px;
10 height: 70px; 10 height: 70px;
11 } 11 }
12
13 .container p:last-child
juliandoucette 2017/06/26 10:31:20 Seems like there may / should be a container class
ire 2017/06/27 08:36:29 Good spot. Will create one.
14 {
15 margin-bottom: 32px;
16 }
17
18 @media(min-width: 544px)
19 {
20 .container p:last-child
21 {
22 margin-bottom: 64px;
23 }
24 }
25
26 @media(min-width: 768px)
27 {
28 .container p:last-child
29 {
30 margin-bottom: 96px;
31 }
32 }
33 </style> 12 </style>
34 13
35 <div class="container" markdown="1"> 14 <div class="container" markdown="1">
36 # {{blog-heading[Blog Heading] The official Acceptable Ads Committee blog}} 15 # {{blog-heading[Blog Heading] The official Acceptable Ads Committee blog}}
37 16
38 --- 17 ---
39 18
19 <div class="section" markdown="1">
40 {{blog-paragraph1[Acceptable Ads Blog Paragraph 1] Stay connected.}} 20 {{blog-paragraph1[Acceptable Ads Blog Paragraph 1] Stay connected.}}
41 </div> 21 </div>
42 22
23 </div>
24
43 <? include blog/all-posts ?> 25 <? include blog/all-posts ?>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld