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

Side by Side Diff: static/scss/components/_footnotes.scss

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 1
2 .footnote 2 .footnote
3 { 3 {
4 margin-top: $lg; 4 margin-top: $lg;
5
6 @media (max-width: $tablet-breakpoint)
7 {
8 margin-top: $md;
9 }
5 } 10 }
6 11
7 .footnote-ref 12 .footnote-ref
8 { 13 {
9 font-weight: 700; 14 font-weight: 700;
10 font-size: 12px; 15 font-size: 12px;
11 } 16 }
12 17
13 .footnote li > p 18 .footnote li > p
14 { 19 {
15 margin: 0; 20 margin: 0;
16 display: inline-block; 21 display: inline-block;
17 } 22 }
OLDNEW

Powered by Google App Engine
This is Rietveld