 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
    
  
    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| Index: static/scss/components/_footnotes.scss | 
| =================================================================== | 
| --- a/static/scss/components/_footnotes.scss | 
| +++ b/static/scss/components/_footnotes.scss | 
| @@ -1,12 +1,17 @@ | 
| .footnote | 
| { | 
| margin-top: $lg; | 
| + | 
| + @media (max-width: $tablet-breakpoint) | 
| + { | 
| + margin-top: $md; | 
| + } | 
| } | 
| .footnote-ref | 
| { | 
| font-weight: 700; | 
| font-size: 12px; | 
| } |