 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/_columns.scss | 
| =================================================================== | 
| --- a/static/scss/components/_columns.scss | 
| +++ b/static/scss/components/_columns.scss | 
| @@ -37,16 +37,21 @@ | 
| .row::after | 
| { | 
| display: table; | 
| clear: both; | 
| content: ""; | 
| } | 
| +.row p:first-child | 
| 
juliandoucette
2017/06/26 10:31:22
Where/Why does this apply? (Perhaps we should comm
 
ire
2017/06/27 08:36:31
Actually found a way to refactor this to work with
 | 
| +{ | 
| + margin-top: 0; | 
| +} | 
| + | 
| %columns | 
| { | 
| width: 100%; | 
| } | 
| .row %columns | 
| { | 
| position: relative; |