 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/content/_buttons.scss | 
| =================================================================== | 
| --- a/static/scss/content/_buttons.scss | 
| +++ b/static/scss/content/_buttons.scss | 
| @@ -118,8 +118,28 @@ | 
| @media(min-width: $mobile-breakpoint) | 
| { | 
| .inline-buttons a, | 
| .inline-buttons input | 
| { | 
| margin-left: $sm; | 
| } | 
| } | 
| + | 
| +// Button Container ////////////////////////////////////////////////////////////// | 
| + | 
| +.btn-container | 
| +{ | 
| + margin-top: $sm; | 
| + margin-bottom: $sm; | 
| + | 
| + @media (min-width: $mobile-breakpoint) | 
| + { | 
| + margin-top: $md; | 
| + margin-bottom: $md; | 
| + } | 
| + | 
| + @media (min-width: $tablet-breakpoint) | 
| + { | 
| + margin-top: $lg; | 
| + margin-bottom: $lg; | 
| + } | 
| +} |