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

Side by Side Diff: 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
Patch Set: Handle responsive styling Created June 22, 2017, 3:27 p.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=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 }
12 </style> 33 </style>
13 34
14 <div class="container p-b-xl" markdown="1"> 35 <div class="container" markdown="1">
15 # {{blog-heading[Blog Heading] The official Acceptable Ads Committee blog}} 36 # {{blog-heading[Blog Heading] The official Acceptable Ads Committee blog}}
16 37
17 --- 38 ---
18 39
19 {{blog-paragraph1[Acceptable Ads Blog Paragraph 1] Stay connected.}} 40 {{blog-paragraph1[Acceptable Ads Blog Paragraph 1] Stay connected.}}
20 </div> 41 </div>
21 42
22 <? include blog/all-posts ?> 43 <? include blog/all-posts ?>
OLDNEW

Powered by Google App Engine
This is Rietveld