Left: | ||
Right: |
LEFT | RIGHT |
---|---|
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 ?> |
LEFT | RIGHT |